-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
7cefb9d
commit caabe80
Showing
1 changed file
with
17 additions
and
16 deletions.
There are no files selected for viewing
33 changes: 17 additions & 16 deletions
33
build-tools-internal/src/main/resources/checkstyle-idea.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project version="4"> | ||
<component name="CheckStyle-IDEA"> | ||
<option name="configuration"> | ||
<map> | ||
<entry key="active-configuration" value="PROJECT_RELATIVE:$PROJECT_DIR$/checkstyle_ide.xml:Elasticsearch" /> | ||
<entry key="checkstyle-version" value="10.3" /> | ||
<entry key="copy-libs" value="false" /> | ||
<entry key="location-0" value="BUNDLED:(bundled):Sun Checks" /> | ||
<entry key="location-1" value="BUNDLED:(bundled):Google Checks" /> | ||
<entry key="location-2" value="PROJECT_RELATIVE:$PROJECT_DIR$/checkstyle_ide.xml:Elasticsearch" /> | ||
<entry key="scan-before-checkin" value="false" /> | ||
<entry key="scanscope" value="JavaOnlyWithTests" /> | ||
<entry key="suppress-errors" value="false" /> | ||
<entry key="thirdparty-classpath" value="$PROJECT_DIR$/build-conventions/build/libs/build-conventions.jar" /> | ||
</map> | ||
</option> | ||
</component> | ||
<component name="CheckStyle-IDEA" serialisationVersion="2"> | ||
<checkstyleVersion>10.3.1</checkstyleVersion> | ||
<scanScope>JavaOnlyWithTests</scanScope> | ||
<option name="thirdPartyClasspath"> | ||
<option value="$PROJECT_DIR$/build-conventions/build/libs/build-conventions.jar" /> | ||
</option> | ||
<option name="activeLocationIds"> | ||
<option value="dfb90780-ced3-4152-a4df-3cc9be08e3d8" /> | ||
</option> | ||
<option name="locations"> | ||
<list> | ||
<ConfigurationLocation id="bundled-sun-checks" type="BUNDLED" scope="All" description="Sun Checks">(bundled)</ConfigurationLocation> | ||
<ConfigurationLocation id="bundled-google-checks" type="BUNDLED" scope="All" description="Google Checks">(bundled)</ConfigurationLocation> | ||
<ConfigurationLocation id="dfb90780-ced3-4152-a4df-3cc9be08e3d8" type="PROJECT_RELATIVE" scope="All" description="Elasticsearch">$PROJECT_DIR$/checkstyle_ide.xml</ConfigurationLocation> | ||
</list> | ||
</option> | ||
</component> | ||
</project> |