Activated InterfaceTypeParameterName Checkstyle rule name
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/a3b70ab6 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/a3b70ab6 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/a3b70ab6 Branch: refs/heads/master Commit: a3b70ab6e12c32d761cf803dca5e5c247c544829 Parents: 7599ee1 Author: Goldstein Lyor <[email protected]> Authored: Wed Aug 29 08:59:58 2018 +0300 Committer: Goldstein Lyor <[email protected]> Committed: Wed Aug 29 09:30:23 2018 +0300 ---------------------------------------------------------------------- sshd-checkstyle.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/a3b70ab6/sshd-checkstyle.xml ---------------------------------------------------------------------- diff --git a/sshd-checkstyle.xml b/sshd-checkstyle.xml index e7c3e9c..678f9a9 100644 --- a/sshd-checkstyle.xml +++ b/sshd-checkstyle.xml @@ -62,6 +62,9 @@ <module name="ParameterName"> <property name="format" value="^[a-z][a-zA-Z0-9_]*$" /> </module> + <module name="InterfaceTypeParameterName"> + <property name="format" value="^[A-Z]+$" /> + </module> <module name="StaticVariableName" /> <module name="TypeName" />
