ignore vector path length lint for Material icons

This commit is contained in:
Daniel Micay 2022-05-26 20:44:14 -04:00
parent 5eb98841d6
commit be3f43e7a4
1 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,12 @@
<ignore path="src/main/AndroidManifest.xml"/>
</issue>
<!-- overly aggressive check -->
<issue id="VectorPath">
<ignore path="src/main/res/drawable/ic_rotate_left_24dp.xml"/>
<ignore path="src/main/res/drawable/ic_rotate_right_24dp.xml"/>
</issue>
<!-- Google app indexing doesn't make any sense for this app -->
<issue id="AppLinkUrlError">
<ignore path="src/main/AndroidManifest.xml"/>