Issue #3628: all Checks are activarted, Travis valiadtion is activated

This commit is contained in:
Roman Ivanov 2016-12-10 15:30:21 -08:00
parent 32a7a33360
commit 029ab124cf
2 changed files with 1 additions and 6 deletions

View File

@ -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
;;
*)

View File

@ -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>