Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: build/android/lint/suppressions.xml

Issue 2624183003: Suppress lint warnings for data_reduction_promo_summary string (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 <issue id="RtlSymmetry" severity="ignore"/> 242 <issue id="RtlSymmetry" severity="ignore"/>
243 <issue id="SdCardPath"> 243 <issue id="SdCardPath">
244 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /MediaResourceGetter.java"/> 244 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /MediaResourceGetter.java"/>
245 </issue> 245 </issue>
246 <issue id="SetJavaScriptEnabled" severity="ignore"/> 246 <issue id="SetJavaScriptEnabled" severity="ignore"/>
247 <issue id="SignatureOrSystemPermissions" severity="ignore"/> 247 <issue id="SignatureOrSystemPermissions" severity="ignore"/>
248 <issue id="SpUsage" severity="Error"> 248 <issue id="SpUsage" severity="Error">
249 <ignore regexp="chromecast/internal"/> 249 <ignore regexp="chromecast/internal"/>
250 </issue> 250 </issue>
251 <issue id="StringFormatCount" severity="Error"> 251 <issue id="StringFormatCount" severity="Error">
252 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-c s/android_chrome_strings.xml"/>
252 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-p l/android_chrome_strings.xml"/> 253 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-p l/android_chrome_strings.xml"/>
253 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values/a ndroid_chrome_strings.xml"/> 254 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values/a ndroid_chrome_strings.xml"/>
254 </issue> 255 </issue>
255 <issue id="StringFormatInvalid" severity="Error"> 256 <issue id="StringFormatInvalid" severity="Error">
256 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-c s/android_chrome_strings.xml"/> 257 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-c s/android_chrome_strings.xml"/>
257 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-d a/android_chrome_strings.xml"/> 258 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-d a/android_chrome_strings.xml"/>
258 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-p l/android_chrome_strings.xml"/> 259 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-p l/android_chrome_strings.xml"/>
260 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-p t-rBR/android_chrome_strings.xml"/>
259 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-s v/android_chrome_strings.xml"/> 261 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-s v/android_chrome_strings.xml"/>
260 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-t l/android_chrome_strings.xml"/> 262 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-t l/android_chrome_strings.xml"/>
261 </issue> 263 </issue>
262 <issue id="TextFields" severity="Error"> 264 <issue id="TextFields" severity="Error">
263 <ignore regexp="chromecast/internal"/> 265 <ignore regexp="chromecast/internal"/>
264 </issue> 266 </issue>
265 <issue id="TypographyDashes" severity="Error"> 267 <issue id="TypographyDashes" severity="Error">
266 <ignore regexp="chrome/app/policy/android/values-v21/restriction_values.xml" /> 268 <ignore regexp="chrome/app/policy/android/values-v21/restriction_values.xml" />
267 </issue> 269 </issue>
268 <!-- Typos check disabled due to lint bug: http://crbug.com/671170 --> 270 <!-- Typos check disabled due to lint bug: http://crbug.com/671170 -->
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 </issue> 475 </issue>
474 <issue id="ViewConstructor" severity="ignore"/> 476 <issue id="ViewConstructor" severity="ignore"/>
475 <issue id="WrongCall" severity="ignore"/> 477 <issue id="WrongCall" severity="ignore"/>
476 <issue id="WrongConstant"> 478 <issue id="WrongConstant">
477 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java"/> 479 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java"/>
478 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java"/> 480 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java"/>
479 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java"/> 481 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java"/>
480 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java"/> 482 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java"/>
481 </issue> 483 </issue>
482 </lint> 484 </lint>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698