| 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 |
| 11 | 11 |
| 12 Still reading? | 12 Still reading? |
| 13 - You can edit this file manually to suppress an issue | 13 - You can edit this file manually to suppress an issue |
| 14 globally if it is not applicable to the project. | 14 globally if it is not applicable to the project. |
| 15 - You can also automatically add issues found so for in the | 15 - You can also automatically add issues found so for in the |
| 16 build process by running: | 16 build process by running: |
| 17 | 17 |
| 18 build/android/lint/suppress.py | 18 build/android/lint/suppress.py |
| 19 | 19 |
| 20 which will generate this file (Comments are not preserved). | 20 which will generate this file (Comments are not preserved). |
| 21 Note: PRODUCT_DIR will be substituted at run-time with actual | 21 Note: PRODUCT_DIR will be substituted at run-time with actual |
| 22 directory path (e.g. out/Debug) | 22 directory path (e.g. out/Debug) |
| 23 --> | 23 --> |
| 24 <issue id="AllowBackup"> | 24 <issue id="AllowBackup"> |
| 25 <ignore path="AndroidManifest.xml"/> | 25 <ignore path="AndroidManifest.xml"/> |
| 26 </issue> | 26 </issue> |
| 27 <issue id="Assert"> | 27 <issue id="Assert" severity="ignore"/> |
| 28 <ignore regexp="mojo/public/java/.*"/> | |
| 29 </issue> | |
| 30 <issue id="CommitPrefEdits"> | 28 <issue id="CommitPrefEdits"> |
| 31 <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalida
tion/ticl/android2/channel/AndroidChannelPreferences.java"/> | 29 <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalida
tion/ticl/android2/channel/AndroidChannelPreferences.java"/> |
| 32 </issue> | 30 </issue> |
| 33 <issue id="DefaultLocale"> | 31 <issue id="DefaultLocale"> |
| 34 <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalida
tion/external/client/contrib/AndroidListenerState.java"/> | 32 <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalida
tion/external/client/contrib/AndroidListenerState.java"/> |
| 35 </issue> | 33 </issue> |
| 36 <issue id="DrawAllocation"> | 34 <issue id="DrawAllocation"> |
| 37 <ignore path="content/public/android/java/src/org/chromium/content/browser/C
ontentViewRenderView.java"/> | 35 <ignore path="content/public/android/java/src/org/chromium/content/browser/C
ontentViewRenderView.java"/> |
| 38 <ignore path="content/public/android/java/src/org/chromium/content/browser/P
opupZoomer.java"/> | 36 <ignore path="content/public/android/java/src/org/chromium/content/browser/P
opupZoomer.java"/> |
| 39 </issue> | 37 </issue> |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 </issue> | 106 </issue> |
| 109 <issue id="Recycle" severity="ignore"/> | 107 <issue id="Recycle" severity="ignore"/> |
| 110 <issue id="Registered" severity="ignore"/> | 108 <issue id="Registered" severity="ignore"/> |
| 111 <issue id="SdCardPath"> | 109 <issue id="SdCardPath"> |
| 112 <ignore path="content/public/android/java/src/org/chromium/content/browser/M
ediaResourceGetter.java"/> | 110 <ignore path="content/public/android/java/src/org/chromium/content/browser/M
ediaResourceGetter.java"/> |
| 113 </issue> | 111 </issue> |
| 114 <issue id="SetJavaScriptEnabled" severity="ignore"/> | 112 <issue id="SetJavaScriptEnabled" severity="ignore"/> |
| 115 <issue id="ViewConstructor" severity="ignore"/> | 113 <issue id="ViewConstructor" severity="ignore"/> |
| 116 <issue id="WrongCall" severity="ignore"/> | 114 <issue id="WrongCall" severity="ignore"/> |
| 117 </lint> | 115 </lint> |
| OLD | NEW |