Browse Source

Fix spotbugs filter

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 years ago
parent
commit
d5ff4f9a4f
2 changed files with 3 additions and 3 deletions
  1. 1 1
      scripts/analysis/findbugs-results.txt
  2. 2 2
      spotbugs-filter.xml

+ 1 - 1
scripts/analysis/findbugs-results.txt

@@ -1 +1 @@
-423
+421

+ 2 - 2
spotbugs-filter.xml

@@ -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" />