Issue #3628: all Checks are activarted, Travis valiadtion is activated
This commit is contained in:
parent
32a7a33360
commit
029ab124cf
|
|
@ -11,7 +11,7 @@ releasenotes-gen)
|
|||
all-sevntu-checks)
|
||||
xmlstarlet sel --net --template -m .//module -v "@name" -n config/checkstyle_sevntu_checks.xml | grep -vE "Checker|TreeWalker|Filter|Holder" | sort | uniq | sed "s/Check$//" > file.txt
|
||||
wget -q http://sevntu-checkstyle.github.io/sevntu.checkstyle/apidocs/allclasses-frame.html -O - | html2text | grep -E "Check$" | cut -d " " -f6 | sort | uniq | sed "s/Check$//" > web.txt
|
||||
diff web.txt file.txt | cat
|
||||
diff web.txt file.txt
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
|
|||
|
|
@ -188,11 +188,6 @@
|
|||
<property name="classNameFormat" value=".*Exception$"/>
|
||||
<property name="ignoredClassNameFormat" value="UnsupportedOperationException"/>
|
||||
</module>
|
||||
<!--
|
||||
IndentationCheckTest.java:[110,28] (extension) ReturnCountExtended: Return count for 'isCommentConsistent' method is 3 (max allowed is 1).
|
||||
AnnotationUtility.java:[139,29] (extension) ReturnCountExtended: Return count for 'getAnnotation' method is 2 (max allowed is 1).
|
||||
ClassResolver.java:[73,21] (extension) ReturnCountExtended: Return count for 'resolve' method is 5 (max allowed is 1).
|
||||
<module name="ReturnCountExtendedCheck" />
|
||||
-->
|
||||
</module>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Reference in New Issue