Ignore newline in format string Findbugs warnings

This commit is contained in:
cketti 2015-01-03 05:41:29 +01:00
parent 57ad0fd6b3
commit 72f022d7ed
1 changed files with 3 additions and 0 deletions

View File

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