aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/lint-baseline.xml33
1 files changed, 33 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)"