diff options
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/lint-baseline.xml | 11 |
1 files changed, 11 insertions, 0 deletions
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> |