aboutsummaryrefslogtreecommitdiff
path: root/config/import-control.xml
diff options
context:
space:
mode:
authorAndrei Selkin <andreyselkin@gmail.com>2017-01-22 22:20:05 +0300
committerRoman Ivanov <romani@users.noreply.github.com>2017-01-26 08:47:44 -0800
commitf91b1af3d7c130daaeb52fea303b5d8e4c2769bf (patch)
treea72f094f54111d008f0394508f8111d73ec31df0 /config/import-control.xml
parentf59e19992cf8861ad71df35646150e92faee6030 (diff)
downloadcheckstyle-f91b1af3d7c130daaeb52fea303b5d8e4c2769bf.tar.gz
Issue #3675: Replace Scope with AccessModifier in ParameterNameCheck to avoid wrong scopes comparison
Diffstat (limited to 'config/import-control.xml')
-rw-r--r--config/import-control.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/import-control.xml b/config/import-control.xml
index d032e9305..ac2893581 100644
--- a/config/import-control.xml
+++ b/config/import-control.xml
@@ -61,6 +61,10 @@
<allow pkg="java.text"/>
<allow class="com.puppycrawl.tools.checkstyle.grammars.CommentListener"
local-only="true"/>
+ <!-- AccessModifier is in util package (should be moved to api package) to disallow
+ its usage by API clients till https://github.com/checkstyle/checkstyle/issues/3511-->
+ <allow class="com.puppycrawl.tools.checkstyle.checks.naming.AccessModifier"
+ local-only="true"/>
<allow class="com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes"
local-only="true"/>
<allow class="com.puppycrawl.tools.checkstyle.Utils"