mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
It seems that now lint rule MissingQuantity
is an error and not a warning by default.
This commit is contained in:
parent
56e52fd917
commit
c18a614e72
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
<issue id="MissingTranslation" severity="ignore" />
|
||||
<issue id="TypographyEllipsis" severity="error" />
|
||||
<issue id="ImpliedQuantity" severity="warning" />
|
||||
<issue id="MissingQuantity" severity="warning" />
|
||||
<issue id="UnusedQuantity" severity="error" />
|
||||
<issue id="IconXmlAndPng" severity="error" />
|
||||
<issue id="IconDipSize" severity="error" />
|
||||
|
|
Loading…
Reference in a new issue