set TypographyQuotes severity to warning to skip css strings (#22)

This commit is contained in:
Elena Bobkova 2017-08-17 15:34:37 +03:00 committed by Gavriil
parent 91e46938e8
commit 0ccc173242
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
<issue id="UnsupportedTvHardware" severity="error"/>
<issue id="MissingTvBanner" severity="error"/>
<issue id="TypographyOther" severity="error"/>
<issue id="TypographyQuotes" severity="error"/>
<issue id="TypographyQuotes" severity="warning"/>
<issue id="UnsafeProtectedBroadcastReceiver" severity="error"/>
<issue id="UnprotectedSMSBroadcastReceiver" severity="error"/>
<issue id="VectorRaster" severity="error"/>