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

Side by Side Diff: tools/android/checkstyle/suppressions.xml

Issue 2394753002: Suppress the AlertDialog presubmit warning when not useful (Closed)
Patch Set: Created 4 years, 2 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 <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http:/ /www.puppycrawl.com/dtds/suppressions_1_1.dtd"> 2 <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http:/ /www.puppycrawl.com/dtds/suppressions_1_1.dtd">
3 3
4 <suppressions> 4 <suppressions>
5 <suppress id="SharedPreferencesCheck" files="ContextUtils.java"/> 5 <suppress id="SharedPreferencesCheck" files="ContextUtils.java"/>
6 <!-- TODO(crbug.com/635567): Fix this properly. --> 6 <suppress id="AlertDialogCheck" files="src/content/"/>
Ted C 2016/10/05 16:10:12 really, we want to suppress this for every directo
wychen 2016/10/06 23:12:28 What about blimp/ and remoting/? They already have
7 <suppress id="AlertDialogCheck" files="MultiFieldTimePickerDialog.java"/>
8 </suppressions> 7 </suppressions>
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