Android-Password-Store/app/lint.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
558 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?><!--
~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
~ SPDX-License-Identifier: GPL-3.0-only
-->
<lint>
<issue id="InvalidPackage">
<ignore regexp="X509LDAPCertStoreSpi" />
</issue>
<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>
</lint>