Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
chore: refresh Lint baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Sep 13, 2024
1 parent 51e3f84 commit 7a0a451
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
33 changes: 33 additions & 0 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions autofill-parser/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 7a0a451

Please sign in to comment.