Skip to content

Commit 89efd0f

Browse files
committed
ignore
1 parent 7762265 commit 89efd0f

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

app/lint-baseline.xml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
column="9"/>
1313
</issue>
1414

15+
<issue
16+
id="CredentialManagerMisuse"
17+
message="Call to `CredentialManager.getCredential` without use of `NoCredentialException`"
18+
errorLine1=" credentialManager.getCredential(context, request)"
19+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20+
<location
21+
file="src/github/java/in/hridayan/ashell/settings/data/repository/GoogleAuthRepositoryImpl.kt"
22+
line="95"
23+
column="17"/>
24+
</issue>
25+
1526
<issue
1627
id="DefaultUncaughtExceptionDelegation"
1728
message="Must call `getDefaultUncaughtExceptionHandler()` to get the existing handler, and call `existingHandler.uncaughtException(thread, throwable)` from your new handler"
@@ -210,18 +221,6 @@
210221
column="5"/>
211222
</issue>
212223

213-
<issue
214-
id="PluralsCandidate"
215-
message="ForuralsCandidate"
216-
message="Formatting %d followed by words (&quot;items&quot;): This should probably be a plural rather than a string"
217-
errorLine1=" &lt;string name=&quot;copied_items&quot;>Copied %1$d items&lt;/string>"
218-
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
219-
<location
220-
file="src/main/res/values/strings.xml"
221-
line="91"
222-
column="5"/>
223-
</issue>
224-
225224
<issue
226225
id="PluralsCandidate"
227226
message="Formatting %d followed by words (&quot;item&quot;): This should probably be a plural rather than a string"

0 commit comments

Comments
 (0)