From 26e72b35cab90635722c5172d1ea5e84ca9e668d Mon Sep 17 00:00:00 2001 From: Michal Kordas Date: Sun, 29 Mar 2015 18:05:36 +0200 Subject: [PATCH] Disable Findbugs for 'grammars' package, issue #778 Package `com.puppycrawl.tools.checkstyle.grammars` contains only autogenerated code, so it should be excluded from Findbugs analysis. --- config/findbugs-exclude.xml | 6 ++++++ pom.xml | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 config/findbugs-exclude.xml diff --git a/config/findbugs-exclude.xml b/config/findbugs-exclude.xml new file mode 100644 index 000000000..4e02aeb6a --- /dev/null +++ b/config/findbugs-exclude.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/pom.xml b/pom.xml index 08f27cc8f..51eec03cb 100644 --- a/pom.xml +++ b/pom.xml @@ -1056,6 +1056,9 @@ org.codehaus.mojo findbugs-maven-plugin 3.0.1 + + config/findbugs-exclude.xml +