Skip to content

Commit e5861a5

Browse files
committed
updated lint-baseline
1 parent e483988 commit e5861a5

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

app/lint-baseline.xml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,12 +444,12 @@
444444
<issue
445445
id="LocalContextGetResourceValueCall"
446446
message="Querying resource values using LocalContext.current"
447-
errorLine1=" makeToast(context, context.getString(R.string.no_root_access))"
448-
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
447+
errorLine1=" makeToast(context, context.getString(R.string.no_root_access))"
448+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
449449
<location
450450
file="src/main/java/in/hridayan/ashell/onboarding/presentation/screens/PageThree.kt"
451-
line="257"
452-
column="44"/>
451+
line="283"
452+
column="48"/>
453453
</issue>
454454

455455
<issue
@@ -2527,6 +2527,17 @@
25272527
column="1"/>
25282528
</issue>
25292529

2530+
<issue
2531+
id="TypographyEllipsis"
2532+
message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2533+
errorLine1=" &lt;string name=&quot;loading&quot;>Carregando...&lt;/string>"
2534+
errorLine2=" ~~~~~~~~~~~~~">
2535+
<location
2536+
file="src/main/res/values-pt-rPT/strings.xml"
2537+
line="246"
2538+
column="28"/>
2539+
</issue>
2540+
25302541
<issue
25312542
id="IconDuplicates"
25322543
message="The following unrelated icon files have identical contents: ic_launcher_foreground.png, ic_launcher_monochrome.png">

0 commit comments

Comments
 (0)