Repository: incubator-ratis Updated Branches: refs/heads/master 3fde3d2ac -> 5b8bbee83
RATIS-415. Disable checkstyle DesignForExtension rule. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/5b8bbee8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/5b8bbee8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/5b8bbee8 Branch: refs/heads/master Commit: 5b8bbee83ac5513e9d2f7de239875f33b33b7afd Parents: 3fde3d2 Author: Tsz Wo Nicholas Sze <[email protected]> Authored: Fri Nov 16 13:38:31 2018 -0800 Committer: Tsz Wo Nicholas Sze <[email protected]> Committed: Fri Nov 16 13:38:31 2018 -0800 ---------------------------------------------------------------------- dev-support/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/5b8bbee8/dev-support/checkstyle.xml ---------------------------------------------------------------------- diff --git a/dev-support/checkstyle.xml b/dev-support/checkstyle.xml index 6291db7..7fdc712 100644 --- a/dev-support/checkstyle.xml +++ b/dev-support/checkstyle.xml @@ -188,7 +188,7 @@ <!-- Checks for class design --> <!-- See http://checkstyle.sf.net/config_design.html --> - <module name="DesignForExtension"/> + <!-- module name="DesignForExtension"/ --> <module name="FinalClass"/> <module name="HideUtilityClassConstructor"/> <module name="InterfaceIsType"/>
