mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-03-24 01:52:07 +01:00
initial import of project
This commit is contained in:
11
04-findbugs/config/checkstyle/checkstyle.xml
Normal file
11
04-findbugs/config/checkstyle/checkstyle.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module PUBLIC
|
||||
"-//Puppy Crawl//DTD Check Configuration 1.2//EN"
|
||||
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
|
||||
|
||||
<module name="Checker">
|
||||
<module name="TreeWalker">
|
||||
<module name="UnusedImports"/>
|
||||
</module>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user