aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2015-10-31 11:19:14 -0400
committerRoman Ivanov <ivanov-jr@mail.ru>2015-11-04 13:42:15 -0800
commita619bc13918d23861116ec46dd858aa69d698498 (patch)
tree80143c301f8095b33c3f9f8b1de2edef5de7acec /pom.xml
parentb7f5b3fbed8e2906f8abd72c1a602bea03ac2157 (diff)
downloadcheckstyle-a619bc13918d23861116ec46dd858aa69d698498.tar.gz
Issue #2451: removed excess hierarchy from IllegalTokenTextCheck
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b9d9f9b5e..20b4835fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1730,6 +1730,7 @@
<exclude>com/puppycrawl/tools/checkstyle/grammars/javadoc/*.class</exclude>
<exclude>com/puppycrawl/tools/checkstyle/gui/*.class</exclude>
<!-- deprecated classes -->
+ <exclude>com/puppycrawl/tools/checkstyle/checks/AbstractFormatCheck.class</exclude>
<exclude>com/puppycrawl/tools/checkstyle/checks/coding/AbstractIllegalCheck.class</exclude>
</excludes>
</instrumentation>