fitpub/.idea/checkstyle-idea.xml
Marcus Fihlon 97789c224c
chore: add .sdkmanrc for SDK version management
Add .sdkmanrc to define and standardize SDK versions
used in the project via SDKMAN.
2026-04-28 09:37:38 +02:00

15 lines
No EOL
675 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CheckStyle-IDEA" serialisationVersion="2">
<checkstyleVersion>13.4.0</checkstyleVersion>
<scanScope>JavaOnly</scanScope>
<option name="thirdPartyClasspath" />
<option name="activeLocationIds" />
<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>
</list>
</option>
</component>
</project>