1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 09:52:16 -05:00

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

View File

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