-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathktlint-baseline.xml
59 lines (59 loc) · 3.57 KB
/
ktlint-baseline.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8"?>
<baseline version="1.0">
<file name="plugin-bazel/src/main/kotlin/org/jetbrains/bazel/languages/starlark/completion/StarlarkParamsCompletionContributor.kt">
<error line="3" column="1" source="standard:no-wildcard-imports" />
</file>
<file name="plugin-bazel/src/main/kotlin/org/jetbrains/bazel/languages/starlark/parser/ParsingContext.kt">
<error line="4" column="1" source="standard:no-wildcard-imports" />
</file>
<file name="plugin-bazel/src/main/kotlin/org/jetbrains/bazel/ui/notifications/BazelBspAttachSourcerProvider.kt">
<error line="1" column="1" source="standard:filename" />
</file>
<file name="plugin-bsp/performance-testing/src/test/kotlin/org/jetbrains/bsp/performance/testing/publishTeamCityArtifacts.kt">
<error line="1" column="1" source="standard:filename" />
</file>
<file name="plugin-bsp/src/test/kotlin/org/jetbrains/plugins/bsp/impl/flow/open/GenericBspProjectOpenProcessorTest.kt">
<error line="153" column="141" source="standard:max-line-length" />
</file>
<file name="plugin-bsp/src/test/kotlin/org/jetbrains/plugins/bsp/protocol/connection/DefaultConnectionDetailsProviderExtensionTest.kt">
<error line="88" column="141" source="standard:max-line-length" />
</file>
<file name="protocol/src/main/kotlin/org/jetbrains/bsp/protocol/WorkspaceInvalidTargets.kt">
<error line="1" column="1" source="standard:filename" />
</file>
<file name="sdkcompat/v243/Dummy.kt">
<error line="1" column="1" source="standard:no-empty-file" />
</file>
<file name="sdkcompat/v243/org/jetbrains/bsp/sdkcompat/Dummy.kt">
<error line="1" column="1" source="standard:no-empty-file" />
</file>
<file name="server/e2e/test-projects/workspace/kotlin-project/plugin_allopen_test/User.kt">
<error line="3" column="1" source="standard:no-wildcard-imports" />
</file>
<file name="server/example/kotlincplugin/User.kt">
<error line="3" column="1" source="standard:no-wildcard-imports" />
</file>
<file name="server/example/kotlincplugin/UserIsOpenTest.kt">
<error line="1" column="1" source="standard:filename" />
<error line="3" column="1" source="standard:no-wildcard-imports" />
</file>
<file name="server/executioncontext/projectview/src/main/kotlin/org/jetbrains/bsp/bazel/projectview/generator/sections/ProjectViewSingletonSectionGenerator.kt">
<error line="22" column="140" source="standard:max-line-length" />
</file>
<file name="server/executioncontext/projectview/src/test/kotlin/org/jetbrains/bsp/bazel/projectview/parser/splitter/ProjectViewSectionSplitterTest.kt">
<error line="212" column="7" source="standard:indent" />
</file>
<file name="server/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/benchmark/telemetry.kt">
<error line="1" column="1" source="standard:filename" />
</file>
<file name="server/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/benchmark/trace.kt">
<error line="1" column="1" source="standard:filename" />
</file>
<file name="server/server/src/test/kotlin/org/jetbrains/bsp/bazel/server/sync/DependencyMapperTest.kt">
<error line="17" column="141" source="standard:max-line-length" />
</file>
<file name="server/server/src/test/kotlin/org/jetbrains/bsp/bazel/server/sync/dependencygraph/DependencyGraphTest.kt">
<error line="213" column="141" source="standard:max-line-length" />
<error line="270" column="141" source="standard:max-line-length" />
</file>
</baseline>