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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 <issue id="InconsistentArrays" severity="Error"> | 129 <issue id="InconsistentArrays" severity="Error"> |
130 <ignore regexp="gen/android_webview/locale_paks.resources.zip/values/locale-
paks.xml" /> | 130 <ignore regexp="gen/android_webview/locale_paks.resources.zip/values/locale-
paks.xml" /> |
131 <ignore regexp="gen/chrome/android/chrome_locale_paks.resources.zip/values/l
ocale-paks.xml" /> | 131 <ignore regexp="gen/chrome/android/chrome_locale_paks.resources.zip/values/l
ocale-paks.xml" /> |
132 </issue> | 132 </issue> |
133 <issue id="InconsistentLayout" severity="ignore" /> | 133 <issue id="InconsistentLayout" severity="ignore" /> |
134 <issue id="InefficientWeight" severity="Error"> | 134 <issue id="InefficientWeight" severity="Error"> |
135 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac
tivity_webview_browser.xml" /> | 135 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac
tivity_webview_browser.xml" /> |
136 </issue> | 136 </issue> |
137 <issue id="InflateParams" severity="ignore" /> | 137 <issue id="InflateParams" severity="ignore" /> |
138 <issue id="InlinedApi" severity="ignore" /> | 138 <issue id="InlinedApi" severity="ignore" /> |
| 139 <issue id="InvalidPackage" severity="Error"> |
| 140 <ignore regexp="espresso/espresso_core_java.interface.jar"/> |
| 141 </issue> |
139 <issue id="LabelFor" severity="Error"> | 142 <issue id="LabelFor" severity="Error"> |
140 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac
tivity_webview_browser.xml" /> | 143 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac
tivity_webview_browser.xml" /> |
141 </issue> | 144 </issue> |
142 <issue id="LintError" severity="Error" /> | 145 <issue id="LintError" severity="Error" /> |
143 <issue id="LogConditional" severity="ignore" /> | 146 <issue id="LogConditional" severity="ignore" /> |
144 <issue id="LongLogTag" severity="ignore" /> | 147 <issue id="LongLogTag" severity="ignore" /> |
145 <issue id="MissingApplicationIcon" severity="ignore" /> | 148 <issue id="MissingApplicationIcon" severity="ignore" /> |
146 <issue id="MissingPermission" severity="ignore" /> | 149 <issue id="MissingPermission" severity="ignore" /> |
147 <issue id="MissingPrefix" severity="Error"> | 150 <issue id="MissingPrefix" severity="Error"> |
148 <ignore regexp="chrome/android/java/res/layout/download_content.xml" /> | 151 <ignore regexp="chrome/android/java/res/layout/download_content.xml" /> |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 </issue> | 302 </issue> |
300 <issue id="ViewConstructor" severity="ignore" /> | 303 <issue id="ViewConstructor" severity="ignore" /> |
301 <issue id="WrongCall" severity="ignore" /> | 304 <issue id="WrongCall" severity="ignore" /> |
302 <issue id="WrongConstant"> | 305 <issue id="WrongConstant"> |
303 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java" /> | 306 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java" /> |
304 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments
/ui/EditorView.java" /> | 307 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments
/ui/EditorView.java" /> |
305 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S
igninAndSyncView.java" /> | 308 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S
igninAndSyncView.java" /> |
306 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/ChildProcessConnectionImpl.java" /> | 309 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/ChildProcessConnectionImpl.java" /> |
307 </issue> | 310 </issue> |
308 </lint> | 311 </lint> |
OLD | NEW |