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