Skip to content

Commit d6bc8cd

Browse files
author
John Keyes
committed
added static pattern
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@129779 13f79535-47bb-0310-9956-ffa450edef68
1 parent 66d0ae6 commit d6bc8cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

project.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ maven.checkstyle.lcurly.method = ignore
1515
maven.checkstyle.lcurly.other = ignore
1616
maven.checkstyle.header.file = LICENSE.txt
1717
maven.checkstyle.header.ignore.line = 1,2,3,4
18-
maven.checkstyle.const.pattern = ^[a-z][a-zA-Z0-9]*$
18+
maven.checkstyle.const.pattern = ^[A-Z0-9_]*$
19+
maven.checkstyle.static.pattern = ^[a-zA-Z][a-zA-Z0-9_]*$
1920
maven.checkstyle.member.pattern = ^[_]?[a-z]?[a-zA-Z0-9]*$
2021
maven.checkstyle.ignore.line.len.pattern = ^[ \* \$]+[.]*
2122

0 commit comments

Comments
 (0)