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:
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…
Reference in New Issue
Block a user