fix(lint): adjust TrustAllX509TrustManager regexp
This commit is contained in:
parent
7d931e8403
commit
baf1fdd891
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
</issue>
|
</issue>
|
||||||
<issue id="TrustAllX509TrustManager">
|
<issue id="TrustAllX509TrustManager">
|
||||||
<ignore regexp="bouncycastle" />
|
<ignore regexp="bouncycastle" />
|
||||||
<ignore regexp="eclipse/jgit" />
|
<ignore regexp="jgit" />
|
||||||
</issue>
|
</issue>
|
||||||
<issue id="UnusedResources">
|
<issue id="UnusedResources">
|
||||||
<ignore path="src/main/res/values/bools.xml" />
|
<ignore path="src/main/res/values/bools.xml" />
|
||||||
|
|
Loading…
Reference in a new issue