Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
24
config/lint/android-lint-baseline.xml
Normal file
24
config/lint/android-lint-baseline.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 8.11.1" type="baseline" client="gradle" dependencies="true" name="AGP (8.11.1)" variant="all" version="8.11.1">
|
||||
<issue
|
||||
id="MissingQuantity"
|
||||
message="For locale "iw" (Hebrew) the following quantity should also be defined: `many` (e.g. "20 שנה")"
|
||||
errorLine1=" <plurals name="account_setup_options_email_display_count_messages">"
|
||||
errorLine2=" ^">
|
||||
<location
|
||||
file="src/main/res/values-iw/strings.xml"
|
||||
line="46"
|
||||
column="5"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="MissingQuantity"
|
||||
message="For locale "iw" (Hebrew) the following quantity should also be defined: `many` (e.g. "20 שנה")"
|
||||
errorLine1=" <plurals name="settings_import_password_prompt">"
|
||||
errorLine2=" ^">
|
||||
<location
|
||||
file="src/main/res/values-iw/strings.xml"
|
||||
line="35"
|
||||
column="5"/>
|
||||
</issue>
|
||||
</issues>
|
||||
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