OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <lint> | 2 <lint> |
3 <!-- These lint settings is for the Android linter that gets run by | 3 <!-- These lint settings is for the Android linter that gets run by |
4 lint_action.gypi on compile of WebRTC java code. All WebRTC java code | 4 lint_action.gypi on compile of WebRTC java code. All WebRTC java code |
5 should lint cleanly for the issues below. --> | 5 should lint cleanly for the issues below. --> |
6 <!-- TODO(phoglund): make work with suppress.py or remove printout referring | 6 <!-- TODO(phoglund): make work with suppress.py or remove printout referring |
7 to suppress.py. --> | 7 to suppress.py. --> |
8 <issue id="NewApi"></issue> | 8 <issue id="NewApi"></issue> |
9 | 9 |
10 <issue id="Locale" severity="ignore"/> | |
11 <issue id="SdCardPath" severity="ignore"/> | |
12 <issue id="UseValueOf" severity="ignore"/> | |
13 <issue id="InlinedApi" severity="ignore"/> | 10 <issue id="InlinedApi" severity="ignore"/> |
14 <issue id="DefaultLocale" severity="ignore"/> | 11 <issue id="DefaultLocale" severity="ignore"/> |
15 <issue id="Assert" severity="ignore"/> | 12 <issue id="Assert" severity="ignore"/> |
16 <issue id="UseSparseArrays" severity="ignore"/> | 13 <issue id="UseSparseArrays" severity="ignore"/> |
17 | 14 |
18 <issue id="LongLogTag" severity="ignore"/> | 15 <issue id="LongLogTag" severity="ignore"/> |
19 <issue id="Registered" severity="ignore"/> | 16 <issue id="Registered" severity="ignore"/> |
20 <issue id="Recycle" severity="ignore"/> | 17 <issue id="Recycle" severity="ignore"/> |
21 <issue id="MissingPermission" severity="ignore"/> | 18 <issue id="MissingPermission" severity="ignore"/> |
22 <issue id="CommitPrefEdits" severity="ignore"/> | 19 <issue id="CommitPrefEdits" severity="ignore"/> |
(...skipping 10 matching lines...) Expand all Loading... |
33 | 30 |
34 <issue id="GoogleAppIndexingWarning" severity="ignore"/> | 31 <issue id="GoogleAppIndexingWarning" severity="ignore"/> |
35 <issue id="MissingRegistered" severity="ignore"/> | 32 <issue id="MissingRegistered" severity="ignore"/> |
36 | 33 |
37 <!-- These are just from the dummy AndroidManifest.xml we use for linting. | 34 <!-- These are just from the dummy AndroidManifest.xml we use for linting. |
38 It's in the same directory as this file. --> | 35 It's in the same directory as this file. --> |
39 <issue id="MissingApplicationIcon" severity="ignore"/> | 36 <issue id="MissingApplicationIcon" severity="ignore"/> |
40 <issue id="AllowBackup" severity="ignore"/> | 37 <issue id="AllowBackup" severity="ignore"/> |
41 <issue id="MissingVersion" severity="ignore"/> | 38 <issue id="MissingVersion" severity="ignore"/> |
42 </lint> | 39 </lint> |
OLD | NEW |