mirror of
https://github.com/apache/jclouds.git
synced 2025-02-06 01:59:19 +00:00
Also remove all unused imports, via: mvn checkstyle:checkstyle -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain | tac | awk -v FS=: '/warning/{print "sed -i " $2 "d " $1}' | while read i; do $i; done
14 lines
503 B
XML
14 lines
503 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
|
|
|
|
<module name="Checker">
|
|
<property name="severity" value="warning"/>
|
|
<module name="TreeWalker">
|
|
<module name="LineLength">
|
|
<property name="ignorePattern" value="^import\s.*;$"/>
|
|
<property name="max" value="120"/>
|
|
</module>
|
|
<module name="UnusedImports"/>
|
|
</module>
|
|
</module>
|