Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit baf1fdd

Browse files
committed
fix(lint): adjust TrustAllX509TrustManager regexp
1 parent 7d931e8 commit baf1fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lint.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</issue>
2222
<issue id="TrustAllX509TrustManager">
2323
<ignore regexp="bouncycastle" />
24-
<ignore regexp="eclipse/jgit" />
24+
<ignore regexp="jgit" />
2525
</issue>
2626
<issue id="UnusedResources">
2727
<ignore path="src/main/res/values/bools.xml" />

0 commit comments

Comments
 (0)