aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2017-12-13 17:44:44 -0500
committerRoman Ivanov <romani@users.noreply.github.com>2017-12-13 21:43:55 -0800
commit7e027109f6c880163c31146b9301e4d2753c0fbd (patch)
treea30436be5ee87cdc350150d4c2505103a652bffe
parentbe05bf13dc7186f397914c4f61c73aafa7a0b56d (diff)
downloadcheckstyle-7e027109f6c880163c31146b9301e4d2753c0fbd.tar.gz
config: disabled forbiddenapis on inputs
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2e8fff13d..e6f2ec0eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1110,8 +1110,7 @@
<!-- generated classes, unfortunately use problematic api -->
<exclude>**/GeneratedJavaLexer.class</exclude>
<exclude>**/JavadocParser.class</exclude>
- <!-- excluded till https://github.com/policeman-tools/forbidden-apis/issues/108-->
- <exclude>**/checks/annotation/annotationlocation/InputAnnotationLocationDeprecatedAndCustom*</exclude>
+ <exclude>**/Input*</exclude>
</excludes>
</configuration>
<executions>