OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <lint> | 2 <lint> |
3 <!-- | 3 <!-- |
4 STOP! It looks like you want to suppress some lint errors: | 4 STOP! It looks like you want to suppress some lint errors: |
5 - Have you tried identifing the offending patch? | 5 - Have you tried identifing the offending patch? |
6 Ask the author for a fix and/or revert the patch. | 6 Ask the author for a fix and/or revert the patch. |
7 - It is preferred to add suppressions in the code instead of | 7 - It is preferred to add suppressions in the code instead of |
8 sweeping it under the rug here. See: | 8 sweeping it under the rug here. See: |
9 | 9 |
10 http://developer.android.com/tools/debugging/improving-w-lint.html | 10 http://developer.android.com/tools/debugging/improving-w-lint.html |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 <issue id="Recycle" severity="ignore"/> | 80 <issue id="Recycle" severity="ignore"/> |
81 <issue id="Registered" severity="ignore"/> | 81 <issue id="Registered" severity="ignore"/> |
82 <issue id="RtlCompat" severity="ignore"/> | 82 <issue id="RtlCompat" severity="ignore"/> |
83 <issue id="RtlEnabled" severity="ignore"/> | 83 <issue id="RtlEnabled" severity="ignore"/> |
84 <issue id="RtlSymmetry" severity="ignore"/> | 84 <issue id="RtlSymmetry" severity="ignore"/> |
85 <issue id="SdCardPath"> | 85 <issue id="SdCardPath"> |
86 <ignore path="content/public/android/java/src/org/chromium/content/browser/M
ediaResourceGetter.java"/> | 86 <ignore path="content/public/android/java/src/org/chromium/content/browser/M
ediaResourceGetter.java"/> |
87 </issue> | 87 </issue> |
88 <issue id="SetJavaScriptEnabled" severity="ignore"/> | 88 <issue id="SetJavaScriptEnabled" severity="ignore"/> |
89 <issue id="UnusedResources"> | 89 <issue id="UnusedResources"> |
90 <!-- These files are used by chrome_shell_apk and chrome_apk targets. --> | 90 <!-- |
91 <ignore path="chrome/android/java/res/layout/accessibility_tab_switcher.xml"
/> | 91 TODO(pkotwicz): Re-enable after the chrome_java and chrome_staging_java |
92 <ignore path="chrome/android/java/res/drawable/btn_back.xml" /> | 92 targets have been merged. crbug.com/484934 |
93 <ignore path="chrome/android/java/res/drawable/btn_forward.xml" /> | 93 --> |
| 94 <ignore path="chrome/android/java/res" /> |
94 </issue> | 95 </issue> |
95 <issue id="SignatureOrSystemPermissions" severity="ignore"/> | 96 <issue id="SignatureOrSystemPermissions" severity="ignore"/> |
96 <issue id="UnusedAttribute" severity="ignore"/> | 97 <issue id="UnusedAttribute" severity="ignore"/> |
97 <issue id="ViewConstructor" severity="ignore"/> | 98 <issue id="ViewConstructor" severity="ignore"/> |
98 <issue id="WrongCall" severity="ignore"/> | 99 <issue id="WrongCall" severity="ignore"/> |
99 </lint> | 100 </lint> |
OLD | NEW |