diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:22:38 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:47:51 +0530 |
commit | ecba50cbae1a01a3436c4803fcc1429333a0fbb4 (patch) | |
tree | a3ac5dbda5caf1c0fcd157b76f83e760d1a5d6be /app/lint.xml | |
parent | 759c3b2e1af3ab044535648c6d3cb74b0dca05f9 (diff) |
app: address TrustAllX509TrustManager lint
Diffstat (limited to 'app/lint.xml')
-rw-r--r-- | app/lint.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/lint.xml b/app/lint.xml index 0d179d4f..73d81f99 100644 --- a/app/lint.xml +++ b/app/lint.xml @@ -6,6 +6,10 @@ <issue id="InvalidPackage"> <ignore regexp="X509LDAPCertStoreSpi" /> </issue> + <issue id="TrustAllX509TrustManager"> + <ignore regexp="bouncycastle" /> + <ignore regexp="eclipse/jgit" /> + </issue> <issue id="UnusedResources"> <ignore path="src/main/res/values/bools.xml" /> <ignore path="src/main/res/values/colors_material3.xml" /> |