Repository: cxf-build-utils Updated Branches: refs/heads/master 7d5a04593 -> 2466c219e
Remove check for return count 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/2466c219 Tree: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/tree/2466c219 Diff: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/diff/2466c219 Branch: refs/heads/master Commit: 2466c219e90ae669506f681713c3de54a4231bd1 Parents: 7d5a045 Author: Christian Schneider <[email protected]> Authored: Tue Jul 5 10:00:10 2016 +0200 Committer: Christian Schneider <[email protected]> Committed: Tue Jul 5 10:01:27 2016 +0200 ---------------------------------------------------------------------- buildtools/src/main/resources/cxf-checkstyle.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/2466c219/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 56f3e02..e26f41f 100644 --- a/buildtools/src/main/resources/cxf-checkstyle.xml +++ b/buildtools/src/main/resources/cxf-checkstyle.xml @@ -191,11 +191,6 @@ </module> <!--<module name="RedundantThrows"/>--> <module name="PackageDeclaration" /> - <module name="ReturnCount"> - <property name="max" value="6" /> - <property name="maxForVoid" value="6"/> - </module> - <module name="IllegalType"> <property name="format" value="^xxx$" /> <property name="illegalClassNames"
