diff options
Diffstat (limited to 'crypto/age/lint-baseline.xml')
-rw-r--r-- | crypto/age/lint-baseline.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/crypto/age/lint-baseline.xml b/crypto/age/lint-baseline.xml new file mode 100644 index 00000000..73349b64 --- /dev/null +++ b/crypto/age/lint-baseline.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<issues format="6" by="lint 8.5.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.2)" variant="all" version="8.5.2"> + + <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/kotlin/app/passwordstore/crypto/AgeKeyManager.kt" + line="9" + 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/kotlin/app/passwordstore/crypto/AgeKeyManager.kt" + line="13" + 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/kotlin/app/passwordstore/crypto/AgeKeyManager.kt" + line="17" + 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/kotlin/app/passwordstore/crypto/AgeKeyManager.kt" + line="21" + 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/kotlin/app/passwordstore/crypto/AgeKeyManager.kt" + line="25" + column="5"/> + </issue> + +</issues> |