Repository: cxf-build-utils Updated Branches: refs/heads/master fbdda74dd -> 20ec6f8e4
Latest checkstyle removed a check Project: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/commit/20ec6f8e Tree: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/tree/20ec6f8e Diff: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/diff/20ec6f8e Branch: refs/heads/master Commit: 20ec6f8e413a3c3c54ea617c57994ac198ddff29 Parents: fbdda74 Author: Daniel Kulp <[email protected]> Authored: Fri Feb 6 13:13:23 2015 -0500 Committer: Daniel Kulp <[email protected]> Committed: Fri Feb 6 13:13:23 2015 -0500 ---------------------------------------------------------------------- buildtools/src/main/resources/cxf-checkstyle-corba.xml | 1 - buildtools/src/main/resources/cxf-checkstyle.xml | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/20ec6f8e/buildtools/src/main/resources/cxf-checkstyle-corba.xml ---------------------------------------------------------------------- diff --git a/buildtools/src/main/resources/cxf-checkstyle-corba.xml b/buildtools/src/main/resources/cxf-checkstyle-corba.xml index 2d947cb..0aae173 100644 --- a/buildtools/src/main/resources/cxf-checkstyle-corba.xml +++ b/buildtools/src/main/resources/cxf-checkstyle-corba.xml @@ -193,7 +193,6 @@ </module> <!--<module name="RedundantThrows"/>--> <module name="PackageDeclaration" /> - <module name="JUnitTestCase" /> <module name="ReturnCount"> <property name="max" value="6" /> </module> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/20ec6f8e/buildtools/src/main/resources/cxf-checkstyle.xml ---------------------------------------------------------------------- diff --git a/buildtools/src/main/resources/cxf-checkstyle.xml b/buildtools/src/main/resources/cxf-checkstyle.xml index 27a4fcf..2617a95 100644 --- a/buildtools/src/main/resources/cxf-checkstyle.xml +++ b/buildtools/src/main/resources/cxf-checkstyle.xml @@ -188,7 +188,6 @@ </module> <!--<module name="RedundantThrows"/>--> <module name="PackageDeclaration" /> - <module name="JUnitTestCase" /> <module name="ReturnCount"> <property name="max" value="6" /> </module>
