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