diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-22 11:30:31 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-22 11:30:31 +0530 |
commit | baf1fdd891acf50ade925c609cd21b119a74db9a (patch) | |
tree | 55cfbe45c563f33852fd96e584fb4846d180ca84 /app | |
parent | 7d931e84038d648c6eb4c93249e577ce4b8ac3f0 (diff) |
fix(lint): adjust TrustAllX509TrustManager regexp
Diffstat (limited to 'app')
-rw-r--r-- | app/lint.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lint.xml b/app/lint.xml index 94b241ca..4f3fbe6c 100644 --- a/app/lint.xml +++ b/app/lint.xml @@ -21,7 +21,7 @@ </issue> <issue id="TrustAllX509TrustManager"> <ignore regexp="bouncycastle" /> - <ignore regexp="eclipse/jgit" /> + <ignore regexp="jgit" /> </issue> <issue id="UnusedResources"> <ignore path="src/main/res/values/bools.xml" /> |