For #15644: escalate InefficientWeight to error.

All violations of this type were addressed in the previous commit.
upstream-sync
Michael Comella 4 years ago committed by Michael Comella
parent 4d348dd26a
commit ac953ab8ca

@ -10,13 +10,19 @@
<!-- Temporary until https://github.com/Kotlin/kotlinx.coroutines/issues/2004 is resolved. -->
<ignore path="**/kotlinx-coroutines-core-*.jar"/>
</issue>
<!-- Lints that don't apply to our translation process -->
<issue id="MissingTranslation" severity="ignore" />
<issue id="PluralsCandidate" severity="ignore" />
<issue id="StringFormatCount" severity="ignore" />
<issue id="TypographyEllipsis" severity="ignore" />
<issue id="ExtraTranslation" severity="warning" />
<!-- Lints that are disabled by default -->
<issue id="ConvertToWebp" severity="warning" />
<!-- Performance: we haven't validated that addressing these checks have a significant impact
on performance but they're very quick to fix so we escalate them to error. -->
<issue id="InefficientWeight" severity="error" />
</lint>

Loading…
Cancel
Save