mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Add lint rule
This commit is contained in:
parent
b8a0aa724e
commit
e171fd2eff
1 changed files with 20 additions and 0 deletions
|
@ -14,6 +14,26 @@
|
|||
<issue id="IconExpectedSize" severity="error" />
|
||||
<issue id="LocaleFolder" severity="error" />
|
||||
|
||||
<!-- String resource has to be used, for the rest we can ignore for now
|
||||
TODO: stop ignoring warning at all those location -->
|
||||
<issue id="UnusedResources" severity="error">
|
||||
<ignore path="**/build.gradle" />
|
||||
<ignore path="**/anim/**" />
|
||||
<ignore path="**/color/**" />
|
||||
<ignore path="**/drawable*/**" />
|
||||
<ignore path="**/layout/**" />
|
||||
<ignore path="**/menu/**" />
|
||||
<ignore path="**/raw/**" />
|
||||
<ignore path="**/values/dimens.xml" />
|
||||
<ignore path="**/values/colors.xml" />
|
||||
<ignore path="**/values/palette.xml" />
|
||||
<ignore path="**/values/palette_mobile.xml" />
|
||||
<ignore path="**/values/donottranslate.xml" />
|
||||
<ignore path="**/values/strings_login_v2.xml" />
|
||||
<ignore path="**/library/ui-styles/src/main/res/values/**" />
|
||||
<ignore path="**/xml/**" />
|
||||
</issue>
|
||||
|
||||
<!-- UX -->
|
||||
<issue id="ButtonOrder" severity="error" />
|
||||
<issue id="TextFields" severity="error" />
|
||||
|
|
Loading…
Add table
Reference in a new issue