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

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

Issue 2280143002: Revert "[Android]Use zh instead of zh-rTW as output folder of zh_TW translation" (Closed)
Patch Set: Revert change in AsyncInitializationActivity Created 4 years, 3 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
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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 <issue id="UnusedIds" severity="ignore" /> 210 <issue id="UnusedIds" severity="ignore" />
211 <issue id="UnusedQuantity" severity="Error"> 211 <issue id="UnusedQuantity" severity="Error">
212 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-c s/android_chrome_strings.xml" /> 212 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-c s/android_chrome_strings.xml" />
213 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-i n/android_chrome_strings.xml" /> 213 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-i n/android_chrome_strings.xml" />
214 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-j a/android_chrome_strings.xml" /> 214 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-j a/android_chrome_strings.xml" />
215 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-k o/android_chrome_strings.xml" /> 215 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-k o/android_chrome_strings.xml" />
216 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-l t/android_chrome_strings.xml" /> 216 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-l t/android_chrome_strings.xml" />
217 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-s k/android_chrome_strings.xml" /> 217 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-s k/android_chrome_strings.xml" />
218 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-t h/android_chrome_strings.xml" /> 218 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-t h/android_chrome_strings.xml" />
219 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-v i/android_chrome_strings.xml" /> 219 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-v i/android_chrome_strings.xml" />
220 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-z h/android_chrome_strings.xml" /> 220 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-z h-rTW/android_chrome_strings.xml" />
221 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-z h-rCN/android_chrome_strings.xml" /> 221 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-z h-rCN/android_chrome_strings.xml" />
222 </issue> 222 </issue>
223 <issue id="UnusedResources"> 223 <issue id="UnusedResources">
224 <ignore regexp="android_ui_strings.xml" /> 224 <ignore regexp="android_ui_strings.xml" />
225 <ignore regexp="android_webview/tools/automated_ui_tests/java/res/" /> 225 <ignore regexp="android_webview/tools/automated_ui_tests/java/res/" />
226 <ignore regexp="blimp/client/app/android/java/res/layout/blimp_main.xml" /> 226 <ignore regexp="blimp/client/app/android/java/res/layout/blimp_main.xml" />
227 <ignore regexp="blimp/client/app/android/java/res/layout/toolbar_popup_item. xml" /> 227 <ignore regexp="blimp/client/app/android/java/res/layout/toolbar_popup_item. xml" />
228 <ignore regexp="blimp/client/app/android/java/res/values/dimens.xml" /> 228 <ignore regexp="blimp/client/app/android/java/res/values/dimens.xml" />
229 <ignore regexp="blimp/client/app/android/java/res/xml/about_blimp_preference s.xml" /> 229 <ignore regexp="blimp/client/app/android/java/res/xml/about_blimp_preference s.xml" />
230 <!-- 230 <!--
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 </issue> 270 </issue>
271 <issue id="ViewConstructor" severity="ignore" /> 271 <issue id="ViewConstructor" severity="ignore" />
272 <issue id="WrongCall" severity="ignore" /> 272 <issue id="WrongCall" severity="ignore" />
273 <issue id="WrongConstant"> 273 <issue id="WrongConstant">
274 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java" /> 274 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java" />
275 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java" /> 275 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java" />
276 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java" /> 276 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java" />
277 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java" /> 277 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java" />
278 </issue> 278 </issue>
279 </lint> 279 </lint>
OLDNEW
« no previous file with comments | « blimp/client/app/android/java/strings/android_blimp_strings.grd ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698