Skip to content

Commit caabe80

Browse files
authored
Update checkstyle config for newest plugin version (#88919) (#89589)
1 parent 7cefb9d commit caabe80

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed
Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project version="4">
3-
<component name="CheckStyle-IDEA">
4-
<option name="configuration">
5-
<map>
6-
<entry key="active-configuration" value="PROJECT_RELATIVE:$PROJECT_DIR$/checkstyle_ide.xml:Elasticsearch" />
7-
<entry key="checkstyle-version" value="10.3" />
8-
<entry key="copy-libs" value="false" />
9-
<entry key="location-0" value="BUNDLED:(bundled):Sun Checks" />
10-
<entry key="location-1" value="BUNDLED:(bundled):Google Checks" />
11-
<entry key="location-2" value="PROJECT_RELATIVE:$PROJECT_DIR$/checkstyle_ide.xml:Elasticsearch" />
12-
<entry key="scan-before-checkin" value="false" />
13-
<entry key="scanscope" value="JavaOnlyWithTests" />
14-
<entry key="suppress-errors" value="false" />
15-
<entry key="thirdparty-classpath" value="$PROJECT_DIR$/build-conventions/build/libs/build-conventions.jar" />
16-
</map>
17-
</option>
18-
</component>
3+
<component name="CheckStyle-IDEA" serialisationVersion="2">
4+
<checkstyleVersion>10.3.1</checkstyleVersion>
5+
<scanScope>JavaOnlyWithTests</scanScope>
6+
<option name="thirdPartyClasspath">
7+
<option value="$PROJECT_DIR$/build-conventions/build/libs/build-conventions.jar" />
8+
</option>
9+
<option name="activeLocationIds">
10+
<option value="dfb90780-ced3-4152-a4df-3cc9be08e3d8" />
11+
</option>
12+
<option name="locations">
13+
<list>
14+
<ConfigurationLocation id="bundled-sun-checks" type="BUNDLED" scope="All" description="Sun Checks">(bundled)</ConfigurationLocation>
15+
<ConfigurationLocation id="bundled-google-checks" type="BUNDLED" scope="All" description="Google Checks">(bundled)</ConfigurationLocation>
16+
<ConfigurationLocation id="dfb90780-ced3-4152-a4df-3cc9be08e3d8" type="PROJECT_RELATIVE" scope="All" description="Elasticsearch">$PROJECT_DIR$/checkstyle_ide.xml</ConfigurationLocation>
17+
</list>
18+
</option>
19+
</component>
1920
</project>

0 commit comments

Comments
 (0)