Skip to content

Commit dd31887

Browse files
committed
Enable lint checks for gradle
1 parent 6532676 commit dd31887

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

android/config/lint.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
<issue id="UnusedResources">
88
<ignore path="res/values/strings.xml" />
99
</issue>
10-
<!-- We are currently not using the ellipsis character -->
10+
<!-- We are currently not using the ellipsis character. -->
1111
<issue id="TypographyEllipsis" severity="ignore" />
12-
<!-- Temporarily ignore the below checks while migrating to version catalogs. -->
12+
<!-- Ignore since we currently treat warnings as errors. -->
1313
<issue id="GradleDependency" severity="ignore" />
14-
<issue id="AndroidGradlePluginVersion" severity="ignore" />
1514
</lint>

0 commit comments

Comments
 (0)