2020-05-28 04:27:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?><!--
|
2021-03-09 09:15:27 +00:00
|
|
|
~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
2020-05-28 04:27:30 +00:00
|
|
|
~ SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
-->
|
|
|
|
<lint>
|
|
|
|
<issue id="InvalidPackage">
|
|
|
|
<ignore regexp="X509LDAPCertStoreSpi" />
|
|
|
|
</issue>
|
2022-04-24 10:52:38 +00:00
|
|
|
<issue id="TrustAllX509TrustManager">
|
|
|
|
<ignore regexp="bouncycastle" />
|
|
|
|
<ignore regexp="eclipse/jgit" />
|
|
|
|
</issue>
|
2022-04-24 10:30:59 +00:00
|
|
|
<issue id="UnusedResources">
|
|
|
|
<ignore path="src/main/res/values/bools.xml" />
|
|
|
|
<ignore path="src/main/res/values/colors_material3.xml" />
|
|
|
|
</issue>
|
2020-05-28 04:27:30 +00:00
|
|
|
</lint>
|