Repository: logging-log4j2 Updated Branches: refs/heads/master 4e1f151e9 -> c634c5ff3
Remove ReduntantThrows - no longer supported by Checkstyle Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c634c5ff Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c634c5ff Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c634c5ff Branch: refs/heads/master Commit: c634c5ff37663c2d892fc326afe23ac138b9259a Parents: 4e1f151 Author: Ralph Goers <[email protected]> Authored: Sat Aug 8 15:47:35 2015 -0700 Committer: Ralph Goers <[email protected]> Committed: Sat Aug 8 15:47:35 2015 -0700 ---------------------------------------------------------------------- checkstyle.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c634c5ff/checkstyle.xml ---------------------------------------------------------------------- diff --git a/checkstyle.xml b/checkstyle.xml index 8f8da0c..6266311 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -201,9 +201,6 @@ <module name="MagicNumber"> <property name="ignoreNumbers" value="-1,0,1,2,3,4,5,6,7"/> </module> - <module name="RedundantThrows"> - <property name="allowUnchecked" value="true"/> - </module> <module name="SimplifyBooleanExpression"/> <module name="SimplifyBooleanReturn"/> <module name="StringLiteralEquality"/>
