Fix spotbugs filter

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2019-10-24 13:28:11 +02:00
parent 7f0e6beb83
commit d5ff4f9a4f
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
423
421

View File

@ -33,7 +33,7 @@
<Class name="~.*\.DataBinderMapperImpl"/>
</Or>
</Match>
<!-- Third-party library code -->
<Match>
<Or>
@ -42,7 +42,7 @@
</Or>
</Match>
<Match>
<Class name="~com\.owncloud\.android\.ui\.preview\.MarkwonGrammarLocator" />
<Class name="~com\.owncloud\.android\.ui\.preview\.MarkwonGrammarLocator.*" />
</Match>
<Bug pattern="PATH_TRAVERSAL_IN" />