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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 <ignore regexp="blimp/client/app/android/java/res/layout/blimp_main.xml" /> | 254 <ignore regexp="blimp/client/app/android/java/res/layout/blimp_main.xml" /> |
255 <ignore regexp="blimp/client/app/android/java/res/layout/toolbar_popup_item.
xml" /> | 255 <ignore regexp="blimp/client/app/android/java/res/layout/toolbar_popup_item.
xml" /> |
256 <ignore regexp="blimp/client/app/android/java/res/values/dimens.xml" /> | 256 <ignore regexp="blimp/client/app/android/java/res/values/dimens.xml" /> |
257 <ignore regexp="blimp/client/app/android/java/res/xml/about_blimp_preference
s.xml" /> | 257 <ignore regexp="blimp/client/app/android/java/res/xml/about_blimp_preference
s.xml" /> |
258 <!-- | 258 <!-- |
259 This file isn't used if the target SDK version is less than 24. | 259 This file isn't used if the target SDK version is less than 24. |
260 TODO(estevenson) remove this and the conditional inclusion in | 260 TODO(estevenson) remove this and the conditional inclusion in |
261 AndroidManifest.xml after rolling to SDK 24. | 261 AndroidManifest.xml after rolling to SDK 24. |
262 --> | 262 --> |
263 <ignore regexp="chrome/android/java/res/xml/network_security_config.xml" /> | 263 <ignore regexp="chrome/android/java/res/xml/network_security_config.xml" /> |
264 <ignore regexp="chrome/android/java/res/values/dimens.xml" /> | |
265 <ignore regexp="chrome/android/java/res/values/ids.xml" /> | |
266 <ignore regexp="chrome/android/webapk/shell_apk/res/layout/main.xml" /> | |
267 <ignore regexp="chromecast/browser/android/apk/res/values/strings.xml" /> | 264 <ignore regexp="chromecast/browser/android/apk/res/values/strings.xml" /> |
268 <ignore regexp="chromecast/internal" /> | 265 <ignore regexp="chromecast/internal" /> |
269 <ignore regexp="clank" /> | 266 <ignore regexp="clank" /> |
270 <ignore regexp="gen/android_webview/locale_paks.resources.zip/values/locale-
paks.xml" /> | 267 <ignore regexp="gen/android_webview/locale_paks.resources.zip/values/locale-
paks.xml" /> |
271 <ignore regexp="gen/android_webview/strings_grd.resources.zip/values/android
_webview_strings.xml" /> | 268 <ignore regexp="gen/android_webview/strings_grd.resources.zip/values/android
_webview_strings.xml" /> |
272 <ignore regexp="gen/blimp/client/blimp_strings_grd.resources.zip/values/andr
oid_blimp_strings.xml" /> | 269 <ignore regexp="gen/blimp/client/blimp_strings_grd.resources.zip/values/andr
oid_blimp_strings.xml" /> |
273 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values/a
ndroid_chrome_strings.xml" /> | |
274 <ignore regexp="gen/components/strings/components_strings_grd.resources.zip/
values.*/components_strings.xml" /> | 270 <ignore regexp="gen/components/strings/components_strings_grd.resources.zip/
values.*/components_strings.xml" /> |
275 <ignore regexp="gen/remoting/resources/strings_java.resources.zip/values/rem
oting_strings.xml" /> | 271 <ignore regexp="gen/remoting/resources/strings_java.resources.zip/values/rem
oting_strings.xml" /> |
276 <ignore regexp="remoting/android/java/res/layout/navigation_list_item.xml" /
> | 272 <ignore regexp="remoting/android/java/res/layout/navigation_list_item.xml" /
> |
277 <!-- Used by Android's policies system --> | 273 <!-- Used by Android's policies system --> |
278 <ignore regexp="restriction_values.xml" /> | 274 <ignore regexp="restriction_values.xml" /> |
279 </issue> | 275 </issue> |
280 <issue id="UseCompoundDrawables"> | 276 <issue id="UseCompoundDrawables"> |
281 <ignore regexp="chrome/android/java/res/layout/download_content.xml" /> | 277 <ignore regexp="chrome/android/java/res/layout/download_content.xml" /> |
282 <ignore regexp="chromecast/internal" /> | 278 <ignore regexp="chromecast/internal" /> |
283 </issue> | 279 </issue> |
(...skipping 17 matching lines...) Expand all Loading... |
301 </issue> | 297 </issue> |
302 <issue id="ViewConstructor" severity="ignore" /> | 298 <issue id="ViewConstructor" severity="ignore" /> |
303 <issue id="WrongCall" severity="ignore" /> | 299 <issue id="WrongCall" severity="ignore" /> |
304 <issue id="WrongConstant"> | 300 <issue id="WrongConstant"> |
305 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java" /> | 301 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java" /> |
306 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments
/ui/EditorView.java" /> | 302 <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/signin/S
igninAndSyncView.java" /> | 303 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S
igninAndSyncView.java" /> |
308 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/ChildProcessConnectionImpl.java" /> | 304 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/ChildProcessConnectionImpl.java" /> |
309 </issue> | 305 </issue> |
310 </lint> | 306 </lint> |
OLD | NEW |