Disable some FindBugs checks

This commit is contained in:
cketti 2017-02-28 12:47:36 +01:00
parent d4d796010c
commit 462a026062

View file

@ -4,6 +4,8 @@
<Package name="~com\.fsck\.k9.*" />
<Not>
<Bug pattern="VA_FORMAT_STRING_USES_NEWLINE" />
<Bug pattern="MS_CANNOT_BE_FINAL" />
<Bug pattern="SF_SWITCH_NO_DEFAULT" />
</Not>
</Match>
</FindBugsFilter>