Forráskód Böngészése

fix lint

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 1 éve
szülő
commit
dfddb4f260
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/lint.xml

+ 1 - 1
app/lint.xml

@@ -56,7 +56,7 @@
 
     <issue id="TrustAllX509TrustManager">
         <ignore path="**/bouncycastle/est/jcajce/*.class" />
-        <ignore path="**/bcpkix-jdk15to18-1.72.jar" />
+        <ignore path="**/bcpkix-jdk15to18-1.**.jar" />
         <ignore path="**/bcpkix-jdk18on-1.**.jar" />
     </issue>