-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheckstyle-idea.xml
More file actions
20 lines (20 loc) · 1.01 KB
/
checkstyle-idea.xml
File metadata and controls
20 lines (20 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CheckStyle-IDEA" serialisationVersion="2">
<checkstyleVersion>10.26.1</checkstyleVersion>
<scanScope>JavaOnlyWithTests</scanScope>
<suppressErrors>true</suppressErrors>
<copyLibs>true</copyLibs>
<option name="thirdPartyClasspath" />
<option name="activeLocationIds">
<option value="1d81ed75-9d2a-4a5a-8852-5fc05c1396b5" />
</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="1d81ed75-9d2a-4a5a-8852-5fc05c1396b5" type="PROJECT_RELATIVE" scope="All" description="XDEV Checks">$PROJECT_DIR$/.config/checkstyle/checkstyle.xml</ConfigurationLocation>
</list>
</option>
</component>
</project>