Skip to content

Commit

Permalink
Merge pull request #7425 from thunderbird/add_lint_config_to_compose_…
Browse files Browse the repository at this point in the history
…apps

Change lint config to lower ExtraTranslation to warning level
  • Loading branch information
wmontwe authored Dec 11, 2023
2 parents b73ebde + b86081c commit b17d917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/lint/lint.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="MissingTranslation" severity="ignore" />
<issue id="ExtraTranslation" severity="warning" />
<issue id="OldTargetApi" severity="ignore" />
<issue id="GoogleAppIndexingWarning" severity="ignore" />
</lint>

0 comments on commit b17d917

Please sign in to comment.