mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 20:29:20 +00:00
![md678685](/assets/img/avatar_default.png)
This commit adds Checkstyle rules for EssentialsX, based on those from the adventure library (https://github.com/KyoriPowered/adventure/tree/master/.checkstyle). It also makes Checkstyle passes mandatory for a GH build to pass.
19 lines
No EOL
948 B
XML
19 lines
No EOL
948 B
XML
<?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/checkstyle.xml:EssentialsX" />
|
|
<entry key="checkstyle-version" value="8.36.2" />
|
|
<entry key="copy-libs" value="true" />
|
|
<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/checkstyle.xml:EssentialsX" />
|
|
<entry key="property-2.checkstyle.suppressions.file" value=".checkstyle/suppressions.xml" />
|
|
<entry key="scan-before-checkin" value="false" />
|
|
<entry key="scanscope" value="JavaOnly" />
|
|
<entry key="suppress-errors" value="false" />
|
|
</map>
|
|
</option>
|
|
</component>
|
|
</project> |