diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-05-28 06:27:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 09:57:30 +0530 |
commit | 97911c587754a7c11e594004b77c4ac53af8a468 (patch) | |
tree | 680453c63fc3873139a3937268f73ec6985cf03a /app/lint.xml | |
parent | fea82fed47d87138a9a24eb0358fc9a917474dc7 (diff) |
Use SSHJ for SSH public key authentication (#801)
Diffstat (limited to 'app/lint.xml')
-rw-r--r-- | app/lint.xml | 9 |
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 |