aboutsummaryrefslogtreecommitdiff
path: root/app/lint.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-12-22 11:30:31 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-12-22 11:30:31 +0530
commitbaf1fdd891acf50ade925c609cd21b119a74db9a (patch)
tree55cfbe45c563f33852fd96e584fb4846d180ca84 /app/lint.xml
parent7d931e84038d648c6eb4c93249e577ce4b8ac3f0 (diff)
fix(lint): adjust TrustAllX509TrustManager regexp
Diffstat (limited to 'app/lint.xml')
-rw-r--r--app/lint.xml2
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" />