forked from yuliskov/SmartTubeLegacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlint.xml
More file actions
11 lines (11 loc) · 681 Bytes
/
Copy pathlint.xml
File metadata and controls
11 lines (11 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- Disable following warnings -->
<!-- Details: https://developer.android.com/studio/write/lint#pref -->
<!-- Issue IDs: https://stackoverflow.com/questions/31128770/how-to-find-gradle-lintoptions-document-for-android -->
<!-- Issue IDs (scroll down to the third comment): https://stackoverflow.com/questions/28591726/for-android-where-do-i-find-a-complete-list-of-suppresslint-valid-issue-ids -->
<issue id="MissingTranslation" severity="ignore" />
<issue id="NewApi" severity="ignore" />
<issue id="Deprecated" severity="ignore" />
<issue id="ExtraTranslation" severity="ignore" />
</lint>