mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2024-11-10 19:36:07 +00:00
16 lines
571 B
XML
16 lines
571 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE module PUBLIC
|
||
|
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
|
||
|
"https://www.checkstyle.org/dtds/configuration_1_3.dtd">
|
||
|
<module name="Checker">
|
||
|
<module name="TreeWalker">
|
||
|
<module name="FinalLocalVariable">
|
||
|
<property name="validateEnhancedForLoopVariable" value="true"/>
|
||
|
</module>
|
||
|
<module name="FinalParameters"/>
|
||
|
<module name="AvoidStaticImport"/>
|
||
|
<module name="UnusedImports"/>
|
||
|
<module name="AvoidStarImportCheck"/>
|
||
|
</module>
|
||
|
</module>
|