diff options
Diffstat (limited to 'passkeys/lint-baseline.xml')
-rw-r--r-- | passkeys/lint-baseline.xml | 26 |
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("Not yet implemented")" + 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("Not yet implemented")" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + <location + file="src/main/java/app/passwordstore/passkeys/APSCredentialProviderService.kt" + line="57" + column="5"/> + </issue> + +</issues> |