diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-08-14 00:10:22 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2024-08-18 17:15:42 +0530 |
commit | ae7487e76f8da04b7da7268980830f3580389926 (patch) | |
tree | d210b216083b0a6f442c763237c8b3986a9b8586 /crypto/age/lint-baseline.xml | |
parent | dcc7d1e0ee0db3f9157d1427f3de2e9a568bca5b (diff) |
fix(crypto/age): iniths/age-backend
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> |