Android-Password-Store/passkeys/lint-baseline.xml
Aditya Wasan c21681747a feat: implement credential provider service for passkeys
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
2024-05-29 18:51:47 +05:30

27 lines
1,008 B
XML

<?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>