mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
implement basic checkstyle configuration
Remove all unused or redundant imports Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com>
This commit is contained in:
21
checkstyle.xml
Normal file
21
checkstyle.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module PUBLIC
|
||||
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
|
||||
"http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">
|
||||
|
||||
<!--
|
||||
Checkstyle is very configurable.
|
||||
http://checkstyle.sf.net (or in your downloaded distribution).
|
||||
-->
|
||||
|
||||
<module name="Checker">
|
||||
<module name="TreeWalker">
|
||||
|
||||
<module name="RedundantImport"/>
|
||||
<module name="UnusedImports">
|
||||
<!-- <property name="processJavadoc" value="false"/> -->
|
||||
</module>
|
||||
|
||||
</module>
|
||||
|
||||
</module>
|
||||
Reference in New Issue
Block a user