summaryrefslogtreecommitdiff
path: root/app/lint.xml
diff options
context:
space:
mode:
authorFabian Henneke <FabianHenneke@users.noreply.github.com>2020-05-28 06:27:30 +0200
committerGitHub <noreply@github.com>2020-05-28 09:57:30 +0530
commit97911c587754a7c11e594004b77c4ac53af8a468 (patch)
tree680453c63fc3873139a3937268f73ec6985cf03a /app/lint.xml
parentfea82fed47d87138a9a24eb0358fc9a917474dc7 (diff)
Use SSHJ for SSH public key authentication (#801)
Diffstat (limited to 'app/lint.xml')
-rw-r--r--app/lint.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/lint.xml b/app/lint.xml
new file mode 100644
index 00000000..04e81e69
--- /dev/null
+++ b/app/lint.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ ~ Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved.
+ ~ SPDX-License-Identifier: GPL-3.0-only
+ -->
+<lint>
+ <issue id="InvalidPackage">
+ <ignore regexp="X509LDAPCertStoreSpi" />
+ </issue>
+</lint> \ No newline at end of file