| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 <ignore path="components/web_contents_delegate_android/android/java/res/draw
able-xxxhdpi"/> | 47 <ignore path="components/web_contents_delegate_android/android/java/res/draw
able-xxxhdpi"/> |
| 48 <ignore path="content/public/android/java/res/drawable-xxhdpi"/> | 48 <ignore path="content/public/android/java/res/drawable-xxhdpi"/> |
| 49 <ignore path="content/public/android/java/res/drawable-xxxhdpi"/> | 49 <ignore path="content/public/android/java/res/drawable-xxxhdpi"/> |
| 50 <ignore path="chrome/android/java/res/drawable-xxhdpi"/> | 50 <ignore path="chrome/android/java/res/drawable-xxhdpi"/> |
| 51 <ignore path="chrome/android/java/res/drawable-xxxhdpi"/> | 51 <ignore path="chrome/android/java/res/drawable-xxxhdpi"/> |
| 52 <ignore path="ui/android/java/res/drawable-xxhdpi"/> | 52 <ignore path="ui/android/java/res/drawable-xxhdpi"/> |
| 53 <ignore path="ui/android/java/res/drawable-xxxhdpi"/> | 53 <ignore path="ui/android/java/res/drawable-xxxhdpi"/> |
| 54 <ignore regexp=".*: data_reduction_illustration.png, reader_mode_bar_backgro
und.9.png, tabs_moved_htc.png, tabs_moved_nexus.png, tabs_moved_samsung.png$"/> | 54 <ignore regexp=".*: data_reduction_illustration.png, reader_mode_bar_backgro
und.9.png, tabs_moved_htc.png, tabs_moved_nexus.png, tabs_moved_samsung.png$"/> |
| 55 </issue> | 55 </issue> |
| 56 <issue id="IconLocation"> | 56 <issue id="IconLocation"> |
| 57 <!-- It is OK for content_shell_apk and chrome_shell_apk to have missing ass
ets. --> | 57 <!-- It is OK for content_shell_apk to have missing assets. --> |
| 58 <ignore path="content/shell/android/java/res/"/> | 58 <ignore path="content/shell/android/java/res/"/> |
| 59 <ignore path="chrome/android/shell/res/"/> | |
| 60 <!-- Suppression for chrome/test/chromedriver/test/webview_shell/java/res/dr
awable/icon.png --> | 59 <!-- Suppression for chrome/test/chromedriver/test/webview_shell/java/res/dr
awable/icon.png --> |
| 61 <ignore path="res/drawable/icon.png"/> | 60 <ignore path="res/drawable/icon.png"/> |
| 62 <!-- TODO(lambroslambrou) remove this once crbug.com/502030 is fixed. --> | 61 <!-- TODO(lambroslambrou) remove this once crbug.com/502030 is fixed. --> |
| 63 <ignore path="remoting/android/java/res"/> | 62 <ignore path="remoting/android/java/res"/> |
| 64 </issue> | 63 </issue> |
| 65 <issue id="InconsistentLayout" severity="ignore"/> | 64 <issue id="InconsistentLayout" severity="ignore"/> |
| 66 <issue id="InflateParams" severity="ignore"/> | 65 <issue id="InflateParams" severity="ignore"/> |
| 67 <issue id="MissingApplicationIcon" severity="ignore"/> | 66 <issue id="MissingApplicationIcon" severity="ignore"/> |
| 68 <issue id="MissingRegistered" severity="ignore"/> | 67 <issue id="MissingRegistered" severity="ignore"/> |
| 69 <issue id="MissingVersion"> | 68 <issue id="MissingVersion"> |
| (...skipping 29 matching lines...) Expand all Loading... |
| 99 <ignore path="chrome/android/java/res/xml/file_paths.xml" /> | 98 <ignore path="chrome/android/java/res/xml/file_paths.xml" /> |
| 100 | 99 |
| 101 <ignore path="content/shell/android/shell_apk/res/layout/content_shell_activ
ity.xml" /> | 100 <ignore path="content/shell/android/shell_apk/res/layout/content_shell_activ
ity.xml" /> |
| 102 <ignore path="content/shell/android/shell_apk/res/values/strings.xml" /> | 101 <ignore path="content/shell/android/shell_apk/res/values/strings.xml" /> |
| 103 </issue> | 102 </issue> |
| 104 <issue id="SignatureOrSystemPermissions" severity="ignore"/> | 103 <issue id="SignatureOrSystemPermissions" severity="ignore"/> |
| 105 <issue id="UnusedAttribute" severity="ignore"/> | 104 <issue id="UnusedAttribute" severity="ignore"/> |
| 106 <issue id="ViewConstructor" severity="ignore"/> | 105 <issue id="ViewConstructor" severity="ignore"/> |
| 107 <issue id="WrongCall" severity="ignore"/> | 106 <issue id="WrongCall" severity="ignore"/> |
| 108 </lint> | 107 </lint> |
| OLD | NEW |