Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaa43e67 authored by cketti's avatar cketti
Browse files

Disable some FindBugs checks (2)

parent 462a0260
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -3,9 +3,11 @@
    <Match>
        <Package name="~com\.fsck\.k9.*" />
        <Not>
            <Or>
                <Bug pattern="VA_FORMAT_STRING_USES_NEWLINE" />
                <Bug pattern="MS_CANNOT_BE_FINAL" />
                <Bug pattern="SF_SWITCH_NO_DEFAULT" />
            </Or>
        </Not>
    </Match>
</FindBugsFilter>