mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 23:05:33 +00:00
chore: refresh Lint baseline
This commit is contained in:
@@ -22,6 +22,39 @@
|
|||||||
file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.eclipse.jgit/org.eclipse.jgit/4.5.7.201904151645-r/e84008db495a7f48d65fb09afe53279b0df68c80/org.eclipse.jgit-4.5.7.201904151645-r.jar"/>
|
file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.eclipse.jgit/org.eclipse.jgit/4.5.7.201904151645-r/e84008db495a7f48d65fb09afe53279b0df68c80/org.eclipse.jgit-4.5.7.201904151645-r.jar"/>
|
||||||
</issue>
|
</issue>
|
||||||
|
|
||||||
|
<issue
|
||||||
|
id="RawDispatchersUse"
|
||||||
|
message="Use SlackDispatchers."
|
||||||
|
errorLine1=" withContext(Dispatchers.IO) {"
|
||||||
|
errorLine2=" ~~~~~~~~~~~~~~">
|
||||||
|
<location
|
||||||
|
file="src/main/java/app/passwordstore/util/git/sshj/SshKey.kt"
|
||||||
|
line="238"
|
||||||
|
column="17"/>
|
||||||
|
</issue>
|
||||||
|
|
||||||
|
<issue
|
||||||
|
id="RawDispatchersUse"
|
||||||
|
message="Use SlackDispatchers."
|
||||||
|
errorLine1=" withContext(Dispatchers.IO) {"
|
||||||
|
errorLine2=" ~~~~~~~~~~~~~~">
|
||||||
|
<location
|
||||||
|
file="src/main/java/app/passwordstore/util/git/sshj/SshKey.kt"
|
||||||
|
line="247"
|
||||||
|
column="17"/>
|
||||||
|
</issue>
|
||||||
|
|
||||||
|
<issue
|
||||||
|
id="RawDispatchersUse"
|
||||||
|
message="Use SlackDispatchers."
|
||||||
|
errorLine1=" withContext(Dispatchers.IO) {"
|
||||||
|
errorLine2=" ~~~~~~~~~~~~~~">
|
||||||
|
<location
|
||||||
|
file="src/main/java/app/passwordstore/util/git/sshj/SshKey.kt"
|
||||||
|
line="259"
|
||||||
|
column="17"/>
|
||||||
|
</issue>
|
||||||
|
|
||||||
<issue
|
<issue
|
||||||
id="DenyListedApi"
|
id="DenyListedApi"
|
||||||
message="Use Context#getDrawableCompat() instead"
|
message="Use Context#getDrawableCompat() instead"
|
||||||
|
@@ -1,4 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<issues format="6" by="lint 8.6.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0)" variant="all" version="8.6.0">
|
<issues format="6" by="lint 8.6.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0)" variant="all" version="8.6.0">
|
||||||
|
|
||||||
|
<issue
|
||||||
|
id="RawDispatchersUse"
|
||||||
|
message="Use SlackDispatchers."
|
||||||
|
errorLine1=" dispatcher: CoroutineDispatcher = Dispatchers.IO,"
|
||||||
|
errorLine2=" ~~~~~~~~~~~~~~">
|
||||||
|
<location
|
||||||
|
file="src/main/java/mozilla/components/lib/publicsuffixlist/PublicSuffixList.kt"
|
||||||
|
line="31"
|
||||||
|
column="37"/>
|
||||||
|
</issue>
|
||||||
|
|
||||||
</issues>
|
</issues>
|
||||||
|
Reference in New Issue
Block a user