Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
26
config/lint/lint.xml
Normal file
26
config/lint/lint.xml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<lint>
|
||||
<!-- Validate translations - start -->
|
||||
<issue id="MissingTranslation" severity="warning" />
|
||||
<issue id="MissingQuantity" severity="error" />
|
||||
<issue id="ExtraTranslation" severity="error" />
|
||||
<issue id="ImpliedQuantity" severity="warning" />
|
||||
<issue id="HardcodedText" severity="error" />
|
||||
<issue id="IncompleteTranslation" severity="error" />
|
||||
<issue id="StringFormatInvalid" severity="error" />
|
||||
<issue id="StringEscaping" severity="error" />
|
||||
<issue id="Untranslatable" severity="error" />
|
||||
<issue id="LocaleFolder" severity="error" />
|
||||
<!-- Validate translations - end -->
|
||||
|
||||
<issue id="UnusedResources" severity="warning" />
|
||||
|
||||
<issue id="ViewModelConstructorInComposable">
|
||||
<ignore path="**/debug/**" />
|
||||
</issue>
|
||||
|
||||
<issue id="all">
|
||||
<ignore path="**/ui-utils/ItemTouchHelper/**"/>
|
||||
<ignore path="**/ui-utils/LinearLayoutManager/**"/>
|
||||
</issue>
|
||||
</lint>
|
||||
Loading…
Add table
Add a link
Reference in a new issue