diff options
Diffstat (limited to '.idea/checkstyle-idea.xml')
-rw-r--r-- | .idea/checkstyle-idea.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml new file mode 100644 index 0000000..98cbe9f --- /dev/null +++ b/.idea/checkstyle-idea.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="CheckStyle-IDEA" serialisationVersion="2"> + <checkstyleVersion>10.2</checkstyleVersion> + <scanScope>JavaOnly</scanScope> + <option name="thirdPartyClasspath" /> + <option name="activeLocationIds"> + <option value="fe9bd23b-4112-4370-ac98-b70a3a4bb939" /> + </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="fe9bd23b-4112-4370-ac98-b70a3a4bb939" type="PROJECT_RELATIVE" scope="All" description="CPSC 210 Checkstyle">$PROJECT_DIR$/checkstyle.xml</ConfigurationLocation> + </list> + </option> + </component> +</project>
\ No newline at end of file |