checkstyle-idea.xml 676 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="CheckStyle-IDEA" serialisationVersion="2">
  4. <checkstyleVersion>10.18.1</checkstyleVersion>
  5. <scanScope>JavaOnly</scanScope>
  6. <option name="thirdPartyClasspath" />
  7. <option name="activeLocationIds" />
  8. <option name="locations">
  9. <list>
  10. <ConfigurationLocation id="bundled-sun-checks" type="BUNDLED" scope="All" description="Sun Checks">(bundled)</ConfigurationLocation>
  11. <ConfigurationLocation id="bundled-google-checks" type="BUNDLED" scope="All" description="Google Checks">(bundled)</ConfigurationLocation>
  12. </list>
  13. </option>
  14. </component>
  15. </project>