Disable some FindBugs checks (2)

This commit is contained in:
cketti 2017-02-28 13:17:39 +01:00
parent 462a026062
commit aaa43e67eb

View file

@ -3,9 +3,11 @@
<Match>
<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" />
<Or>
<Bug pattern="VA_FORMAT_STRING_USES_NEWLINE" />
<Bug pattern="MS_CANNOT_BE_FINAL" />
<Bug pattern="SF_SWITCH_NO_DEFAULT" />
</Or>
</Not>
</Match>
</FindBugsFilter>