chore: refresh Lint baseline
This commit is contained in:
parent
51e3f84cab
commit
7a0a45172b
2 changed files with 44 additions and 0 deletions
|
@ -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"/>
|
||||
</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
|
||||
id="DenyListedApi"
|
||||
message="Use Context#getDrawableCompat() instead"
|
||||
|
|
|
@ -1,4 +1,15 @@
|
|||
<?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">
|
||||
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue