summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2024-09-13 22:13:38 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2024-09-13 22:13:38 +0530
commit7a0a45172b0d08b637f5146781e16e46314cf2b2 (patch)
tree15156b45724694cd29b98ab3fe4595fb99761790
parent51e3f84cabf995ed6b3eeced5dd31f52e9178f3d (diff)
chore: refresh Lint baseline
-rw-r--r--app/lint-baseline.xml33
-rw-r--r--autofill-parser/lint-baseline.xml11
2 files changed, 44 insertions, 0 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml
index af67ba42..f6417504 100644
--- a/app/lint-baseline.xml
+++ b/app/lint-baseline.xml
@@ -23,6 +23,39 @@
</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"
errorLine1=" ContextCompat.getDrawable(itemView.context, R.drawable.ic_content_copy)"
diff --git a/autofill-parser/lint-baseline.xml b/autofill-parser/lint-baseline.xml
index 2c8fe410..a793c540 100644
--- a/autofill-parser/lint-baseline.xml
+++ b/autofill-parser/lint-baseline.xml
@@ -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>