Disable some FindBugs checks
This commit is contained in:
parent
d4d796010c
commit
462a026062
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue