aboutsummaryrefslogtreecommitdiff
path: root/passkeys/lint-baseline.xml
diff options
context:
space:
mode:
authorAditya Wasan <adityawasan55@gmail.com>2023-12-31 18:25:55 -0500
committerHarsh Shandilya <me@msfjarvis.dev>2024-05-29 18:51:47 +0530
commitc21681747a72a75dfacb60d6f1a60df98d724dfc (patch)
tree2a7f3c8aaa692f7cffeccb8fd23848a4bfc558a1 /passkeys/lint-baseline.xml
parenteda8030ad01c4bf097651ce604e2ed5da92bdf13 (diff)
feat: implement credential provider service for passkeys
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
Diffstat (limited to 'passkeys/lint-baseline.xml')
-rw-r--r--passkeys/lint-baseline.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/passkeys/lint-baseline.xml b/passkeys/lint-baseline.xml
new file mode 100644
index 00000000..aa3bc042
--- /dev/null
+++ b/passkeys/lint-baseline.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<issues format="6" by="lint 8.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0)" variant="all" version="8.2.0">
+
+ <issue
+ id="StopShip"
+ message="`TODO` call found; points to code which must be fixed prior to release"
+ errorLine1=" TODO(&quot;Not yet implemented&quot;)"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/app/passwordstore/passkeys/APSCredentialProviderService.kt"
+ line="49"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="StopShip"
+ message="`TODO` call found; points to code which must be fixed prior to release"
+ errorLine1=" TODO(&quot;Not yet implemented&quot;)"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/app/passwordstore/passkeys/APSCredentialProviderService.kt"
+ line="57"
+ column="5"/>
+ </issue>
+
+</issues>