Ignore newline in format string Findbugs warnings

pgp_mime_preparations_view
cketti 9 years ago
parent 57ad0fd6b3
commit 72f022d7ed

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

Loading…
Cancel
Save