Skip to content

Commit 2eb5842

Browse files
Issue #16807: remove MemberNameCheck from SUPPRESSED_MODULES
1 parent fae44ba commit 2eb5842

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/test/java/com/puppycrawl/tools/checkstyle/bdd/InlineConfigParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ public final class InlineConfigParser {
333333
"com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck",
334334
"com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck",
335335
"com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck",
336-
"com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck",
337336
"com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck",
338337
"com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck",
339338
"com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck",

src/test/resources/com/puppycrawl/tools/checkstyle/treewalker/InputTreeWalkerSuppressionCommentFilter.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
/*
22
com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
3+
format = (default)^[a-z][a-zA-Z0-9]*$
4+
applyToPublic = (default)true
5+
applyToProtected = (default)true
6+
applyToPackage = (default)true
7+
applyToPrivate = (default)true
38
49
510
com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter

0 commit comments

Comments
 (0)