aboutsummaryrefslogtreecommitdiff
path: root/app/lint.xml
blob: 73d81f99ad899f4b30ca4462a46cbea34fda1ed0 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>
  <issue id="UnusedResources">
    <ignore path="src/main/res/values/bools.xml" />
    <ignore path="src/main/res/values/colors_material3.xml" />
  </issue>
</lint>