aboutsummaryrefslogtreecommitdiff
path: root/config/findbugs-exclude.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/findbugs-exclude.xml')
-rw-r--r--config/findbugs-exclude.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/findbugs-exclude.xml b/config/findbugs-exclude.xml
index d9407e51e..33b278b19 100644
--- a/config/findbugs-exclude.xml
+++ b/config/findbugs-exclude.xml
@@ -112,4 +112,10 @@
<Method name="makeCodeSelection"/>
<Bug pattern="RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT"/>
</Match>
+ <Match>
+ <!-- Until https://github.com/checkstyle/checkstyle/issues/3573 -->
+ <Class name="com.puppycrawl.tools.checkstyle.checks.FileContentsHolder" />
+ <Method name="beginTree"/>
+ <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/>
+ </Match>
</FindBugsFilter>