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

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

Issue 2241973002: Reland of Fail builds when lint warnings are generated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « build/android/gyp/lint.py ('k') | build/config/android/internal_rules.gni » ('j') | 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
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" severity="ignore"/> 27 <issue id="Assert" severity="ignore" />
28 <issue id="ButtonOrder" severity="Error">
29 <ignore regexp="chrome/android/java/res/layout/homepage_editor.xml" />
30 </issue>
31 <issue id="ButtonStyle" severity="Error">
32 <ignore regexp="remoting/android/host/res/layout/main.xml" />
33 </issue>
28 <issue id="CommitPrefEdits"> 34 <issue id="CommitPrefEdits">
29 <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalida tion/ticl/android2/channel/AndroidChannelPreferences.java"/> 35 <ignore regexp="third_party/cacheinvalidation/src/java/com/google/ipc/invali dation/ticl/android2/channel/AndroidChannelPreferences.java" />
36 </issue>
37 <issue id="ContentDescription" severity="Error">
38 <ignore regexp="blimp/client/app/android/java/res/layout/blimp_main.xml" />
30 </issue> 39 </issue>
31 <issue id="DefaultLocale"> 40 <issue id="DefaultLocale">
32 <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalida tion/external/client/contrib/AndroidListenerState.java"/> 41 <ignore regexp="third_party/cacheinvalidation/src/java/com/google/ipc/invali dation/external/client/contrib/AndroidListenerState.java" />
33 </issue> 42 </issue>
34 <issue id="DrawAllocation"> 43 <issue id="DrawAllocation">
35 <ignore path="content/public/android/java/src/org/chromium/content/browser/C ontentViewRenderView.java"/> 44 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ContentViewRenderView.java" />
36 <ignore path="content/public/android/java/src/org/chromium/content/browser/P opupZoomer.java"/> 45 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /PopupZoomer.java" />
37 </issue> 46 </issue>
38 <issue id="ExportedContentProvider"> 47 <issue id="ExportedContentProvider">
39 <ignore path="AndroidManifest.xml"/> 48 <ignore path="AndroidManifest.xml" />
49 </issue>
50 <issue id="ExportedService" severity="Error">
51 <ignore regexp="AndroidManifest.xml" />
40 </issue> 52 </issue>
41 <issue id="HandlerLeak"> 53 <issue id="HandlerLeak">
42 <ignore path="remoting/android/java/src/org/chromium/chromoting/TapGestureDe tector.java"/> 54 <ignore regexp="android_webview/glue/java/src/com/android/webview/chromium/W ebViewContentsClientAdapter.java" />
43 </issue> 55 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/composit or/overlays/strip/StripLayoutHelper.java" />
44 <issue id="IconMissingDensityFolder"> 56 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/gsa/GSAS erviceClient.java" />
45 <!-- see crbug.com/542435 --> 57 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/tab/Tab. java" />
46 <ignore path="android_webview/apk/java/res" /> 58 <ignore regexp="remoting/android/java/src/org/chromium/chromoting/TapGesture Detector.java" />
59 </issue>
60 <issue id="HardcodedDebugMode" severity="Fatal">
61 <ignore path="AndroidManifest.xml" />
62 </issue>
63 <issue id="HardcodedText" severity="Error">
64 <ignore regexp="remoting/android/host/res/layout/main.xml" />
65 </issue>
66 <issue id="IconColors" severity="Error">
67 <ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-hdpi/not ification_icon.png" />
68 <ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-mdpi/not ification_icon.png" />
69 <ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-xhdpi/no tification_icon.png" />
70 <ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-xxhdpi/n otification_icon.png" />
71 <ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-xxxhdpi/ notification_icon.png" />
47 </issue> 72 </issue>
48 <issue id="IconDensities"> 73 <issue id="IconDensities">
49 <!-- crbug.com/457918 is tracking missing assets --> 74 <!-- crbug.com/457918 is tracking missing assets -->
50 <ignore path="components/web_contents_delegate_android/android/java/res/draw able-xxhdpi"/> 75 <ignore regexp="components/web_contents_delegate_android/android/java/res/dr awable-xxhdpi" />
51 <ignore path="components/web_contents_delegate_android/android/java/res/draw able-xxxhdpi"/> 76 <ignore regexp="components/web_contents_delegate_android/android/java/res/dr awable-xxxhdpi" />
52 <ignore path="content/public/android/java/res/drawable-xxhdpi"/> 77 <ignore regexp="content/public/android/java/res/drawable-xxhdpi" />
53 <ignore path="content/public/android/java/res/drawable-xxxhdpi"/> 78 <ignore regexp="content/public/android/java/res/drawable-xxxhdpi" />
54 <ignore path="chrome/android/java/res/drawable-xxhdpi"/> 79 <ignore regexp="chrome/android/java/res/drawable-xxhdpi" />
55 <ignore path="chrome/android/java/res/drawable-xxxhdpi"/> 80 <ignore regexp="chrome/android/java/res/drawable-xxxhdpi" />
56 <ignore path="ui/android/java/res/drawable-xxhdpi"/> 81 <ignore regexp="ui/android/java/res/drawable-xxhdpi" />
57 <ignore path="ui/android/java/res/drawable-xxxhdpi"/> 82 <ignore regexp="ui/android/java/res/drawable-xxxhdpi" />
58 <!-- The large assets below only include a few densities to reduce APK size. --> 83 <!-- The large assets below only include a few densities to reduce APK size. -->
59 <ignore regexp=".*: data_reduction_illustration.png, google_icon_sprite.png, physical_web_logo.png, physical_web_logo_anim1.png, physical_web_logo_anim2.png $"/> 84 <ignore regexp=": data_reduction_illustration.png, google_icon_sprite.png, p hysical_web_logo.png, physical_web_logo_anim1.png, physical_web_logo_anim2.png$" />
60 </issue> 85 </issue>
61 <issue id="IconDipSize"> 86 <issue id="IconDipSize">
62 <ignore regexp=".*google_icon_sprite.png.*"/> 87 <ignore regexp="google_icon_sprite.png.*" />
63 </issue> 88 </issue>
64 <issue id="IconLocation"> 89 <issue id="IconLocation">
65 <!-- It is OK for content_shell_apk to have missing assets. --> 90 <!-- It is OK for content_shell_apk to have missing assets. -->
66 <ignore path="content/shell/android/java/res/"/> 91 <ignore regexp="content/shell/android/java/res/" />
67 <!-- Suppression for chrome/test/chromedriver/test/webview_shell/java/res/dr awable/icon.png --> 92 <!-- Suppression for chrome/test/chromedriver/test/webview_shell/java/res/dr awable/icon.png -->
68 <ignore path="res/drawable/icon.png"/> 93 <ignore regexp="res/drawable/icon.png" />
69 <!-- TODO(lambroslambrou) remove this once crbug.com/502030 is fixed. --> 94 <!-- TODO(lambroslambrou) remove this once crbug.com/502030 is fixed. -->
70 <ignore path="remoting/android/java/res"/> 95 <ignore regexp="remoting/android/java/res" />
71 </issue> 96 </issue>
72 <issue id="InconsistentLayout" severity="ignore"/> 97 <issue id="IconMissingDensityFolder">
73 <issue id="InflateParams" severity="ignore"/> 98 <ignore regexp="android_webview/tools/system_webview_shell/apk/res" />
74 <issue id="LongLogTag" severity="ignore"/> 99 <ignore regexp="chrome/android/webapk/shell_apk/res" />
75 <issue id="MissingApplicationIcon" severity="ignore"/> 100 <ignore regexp="tools/android/push_apps_to_background/res" />
76 <issue id="MissingPermission" severity="ignore"/> 101 <!-- see crbug.com/542435 -->
77 <issue id="MissingRegistered" severity="ignore"/> 102 <ignore regexp="android_webview/apk/java/res" />
103 </issue>
104 <issue id="ImpliedQuantity" severity="Error">
105 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-f a/android_chrome_strings.xml" />
106 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-l t/android_chrome_strings.xml" />
107 </issue>
108 <issue id="InconsistentArrays" severity="Error">
109 <ignore regexp="gen/android_webview/locale_paks.resources.zip/values/locale- paks.xml" />
110 <ignore regexp="gen/chrome/android/chrome_locale_paks.resources.zip/values/l ocale-paks.xml" />
111 </issue>
112 <issue id="InconsistentLayout" severity="ignore" />
113 <issue id="InefficientWeight" severity="Error">
114 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac tivity_webview_browser.xml" />
115 </issue>
116 <issue id="InflateParams" severity="ignore" />
117 <issue id="InlinedApi" severity="ignore" />
118 <issue id="LabelFor" severity="Error">
119 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac tivity_webview_browser.xml" />
120 </issue>
121 <issue id="LintError" severity="Error" />
122 <issue id="LogConditional" severity="ignore" />
123 <issue id="LongLogTag" severity="ignore" />
124 <issue id="MissingApplicationIcon" severity="ignore" />
125 <issue id="MissingPermission" severity="ignore" />
126 <issue id="MissingRegistered" severity="ignore" />
127 <issue id="MissingSuperCall" severity="Error">
128 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/widget/s election/SelectionToolbar.java" />
129 </issue>
78 <issue id="MissingTranslation"> 130 <issue id="MissingTranslation">
131 <ignore regexp="blimp/client/app/android/java/res/values/arrays.xml" />
79 <!-- http://crbug.com/450548 --> 132 <!-- http://crbug.com/450548 -->
80 <ignore regexp=".*restriction_values.xml.*" /> 133 <ignore regexp="restriction_values.xml.*" />
81 </issue> 134 </issue>
82 <issue id="MissingVersion"> 135 <issue id="MissingVersion">
83 <ignore path="AndroidManifest.xml"/> 136 <ignore path="AndroidManifest.xml" />
84 </issue> 137 </issue>
85 <issue id="InlinedApi" severity="ignore"/>
86 <issue id="NewApi"> 138 <issue id="NewApi">
87 <ignore regexp="Attribute `paddingStart` referenced here can result in a cra sh on some specific devices older than API 17"/> 139 <ignore regexp="com/chrome/cloud/experimental/airspeed/BenchmarksTest.class" />
88 <ignore path="org/chromium/base/AnimationFrameTimeHistogram$Recorder.class"/ > 140 <ignore regexp="org/chromium/memconsumer/MemConsumer.*.class" />
89 <ignore path="org/chromium/base/JavaHandlerThread.class"/> 141 <ignore regexp="org/chromium/memconsumer/ResidentService.class" />
90 <ignore path="org/chromium/base/SysUtils.class"/> 142 <ignore regexp="org/chromium/mojo/bindings/ValidationTest.class" />
91 <ignore path="org/chromium/chrome/browser/TtsPlatformImpl.class"/> 143 <ignore regexp="chrome/android/java/res/values-v17/styles.xml" />
92 <ignore path="org/chromium/chrome/browser/TtsPlatformImpl$*.class"/> 144 <ignore regexp="org/chromium/base/AnimationFrameTimeHistogram.*Recorder.clas s" />
93 <ignore path="chrome/android/java/res/values-v17/styles.xml"/> 145 <ignore regexp="org/chromium/base/JavaHandlerThread.class" />
146 <ignore regexp="org/chromium/base/SysUtils.class" />
147 <ignore regexp="org/chromium/chrome/browser/TtsPlatformImpl.class" />
148 <ignore regexp="org/chromium/chrome/browser/ntp/IncognitoNewTabPage.class" / >
149 <ignore regexp="org/chromium/chrome/browser/ntp/NewTabPage.class" />
150 <ignore regexp="org/chromium/chromecast/base/CastSettingsManager.class" />
151 <ignore regexp="Attribute `paddingStart` referenced here can result in a cra sh on some specific devices older than API 17" />
94 </issue> 152 </issue>
95 <issue id="OldTargetApi"> 153 <issue id="OldTargetApi">
96 <ignore path="AndroidManifest.xml"/> 154 <ignore path="AndroidManifest.xml" />
97 </issue> 155 </issue>
98 <issue id="Overdraw" severity="ignore"/> 156 <issue id="Overdraw" severity="ignore" />
99 <issue id="Recycle" severity="ignore"/> 157 <issue id="PackageManagerGetSignatures">
100 <issue id="Registered" severity="ignore"/> 158 <ignore regexp="chrome/android/webapk/libs/client/src/org/chromium/webapk/li b/client/WebApkValidator.java" />
101 <issue id="RtlCompat" severity="ignore"/> 159 </issue>
102 <issue id="RtlEnabled" severity="ignore"/> 160 <issue id="PluralsCandidate" severity="Error">
103 <issue id="RtlSymmetry" severity="ignore"/> 161 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-e n-rGB/android_chrome_strings.xml" />
162 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values/a ndroid_chrome_strings.xml" />
163 </issue>
164 <issue id="Recycle" severity="ignore" />
165 <issue id="Registered" severity="ignore" />
166 <issue id="RtlCompat" severity="ignore" />
167 <issue id="RtlEnabled" severity="ignore" />
168 <issue id="RtlSymmetry" severity="ignore" />
104 <issue id="SdCardPath"> 169 <issue id="SdCardPath">
105 <ignore path="content/public/android/java/src/org/chromium/content/browser/M ediaResourceGetter.java"/> 170 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /MediaResourceGetter.java" />
106 </issue> 171 </issue>
107 <issue id="SetJavaScriptEnabled" severity="ignore"/> 172 <issue id="SetJavaScriptEnabled" severity="ignore" />
173 <issue id="SignatureOrSystemPermissions" severity="ignore" />
174 <issue id="StringFormatCount" severity="Error">
175 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-p l/android_chrome_strings.xml" />
176 </issue>
177 <issue id="StringFormatInvalid" severity="Error">
178 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-c s/android_chrome_strings.xml" />
179 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-d a/android_chrome_strings.xml" />
180 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-p l/android_chrome_strings.xml" />
181 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-s v/android_chrome_strings.xml" />
182 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-t l/android_chrome_strings.xml" />
183 </issue>
184 <issue id="TypographyDashes" severity="Error">
185 <ignore regexp="chrome/app/policy/android/values-v21/restriction_values.xml" />
186 </issue>
187 <issue id="Typos" severity="Error">
188 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-t r/android_chrome_strings.xml" />
189 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values/a ndroid_chrome_strings.xml" />
190 </issue>
191 <issue id="UnusedAttribute" severity="ignore" />
192 <issue id="UnusedIds" severity="ignore" />
193 <issue id="UnusedQuantity" severity="Error">
194 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-c s/android_chrome_strings.xml" />
195 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-i n/android_chrome_strings.xml" />
196 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-j a/android_chrome_strings.xml" />
197 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-k o/android_chrome_strings.xml" />
198 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-l t/android_chrome_strings.xml" />
199 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-s k/android_chrome_strings.xml" />
200 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-t h/android_chrome_strings.xml" />
201 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-v i/android_chrome_strings.xml" />
202 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-z h-rCN/android_chrome_strings.xml" />
203 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-z h/android_chrome_strings.xml" />
204 </issue>
108 <issue id="UnusedResources"> 205 <issue id="UnusedResources">
109 <!-- Used by Android's policies system --> 206 <ignore regexp="gen/remoting/resources/strings_java.resources.zip/values/rem oting_strings.xml" />
110 <ignore regexp="restriction_values.xml" /> 207 <ignore regexp="gen/blimp/client/blimp_strings_grd.resources.zip/values/andr oid_blimp_strings.xml" />
111 <ignore path="android_webview/tools/automated_ui_tests/java/res/" /> 208 <ignore regexp="gen/android_webview/locale_paks.resources.zip/values/locale- paks.xml" />
209 <ignore regexp="gen/android_webview/strings_grd.resources.zip/values/android _webview_strings.xml" />
210 <ignore regexp="gen/remoting/resources/strings_java.resources.zip/values/rem oting_strings.xml" />
211 <ignore regexp="blimp/client/app/android/java/res/layout/blimp_main.xml" />
212 <ignore regexp="blimp/client/app/android/java/res/layout/toolbar_popup_item. xml" />
213 <ignore regexp="blimp/client/app/android/java/res/values/dimens.xml" />
214 <ignore regexp="blimp/client/app/android/java/res/xml/about_blimp_preference s.xml" />
215 <ignore regexp="chrome/android/webapk/shell_apk/res/layout/main.xml" />
216 <ignore regexp="remoting/android/java/res/layout/navigation_list_item.xml" / >
217 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values/a ndroid_chrome_strings.xml" />
218 <ignore regexp="gen/components/strings/components_strings_grd.resources.zip/ values/components_strings.xml" />
219 <ignore regexp="android_ui_strings.xml" />
220 <ignore regexp="android_webview/tools/automated_ui_tests/java/res/" />
112 <!-- 221 <!--
113 This file isn't used if the target SDK version is less than 24. 222 This file isn't used if the target SDK version is less than 24.
114 TODO(estevenson) remove this and the conditional inclusion in 223 TODO(estevenson) remove this and the conditional inclusion in
115 AndroidManifest.xml after rolling to SDK 24. 224 AndroidManifest.xml after rolling to SDK 24.
116 --> 225 -->
117 <ignore path="chrome/android/java/res/xml/network_security_config.xml" /> 226 <ignore regexp="chrome/android/java/res/xml/network_security_config.xml" />
118 </issue> 227 <ignore regexp="chrome/android/java/res/values/ids.xml" />
119 <issue id="SignatureOrSystemPermissions" severity="ignore"/> 228 <!-- Used by Android's policies system -->
120 <issue id="UnusedAttribute" severity="ignore"/> 229 <ignore regexp="restriction_values.xml" />
121 <issue id="ViewConstructor" severity="ignore"/> 230 <ignore regexp="gen/components/strings/components_strings_grd.resources.zip/ values.*/components_strings.xml" />
122 <issue id="WrongCall" severity="ignore"/> 231 <ignore regexp="clank.*" />
232 <ignore regexp="chromecast/browser/android/apk/res/values/strings.xml" />
233 </issue>
123 <issue id="UselessParent"> 234 <issue id="UselessParent">
124 <ignore path="chrome/android/java/res/layout/data_reduction_promo_screen.xml " /> 235 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac tivity_webview_browser.xml" />
236 <ignore regexp="tools/android/kerberos/SpnegoAuthenticator/res/layout/activi ty_account_authenticator.xml" />
237 <ignore regexp="chrome/android/java/res/layout/data_reduction_promo_screen.x ml" />
238 </issue>
239 <issue id="UsesMinSdkAttributes" severity="Error">
240 <ignore regexp="AndroidManifest.xml" />
241 </issue>
242 <issue id="ValidFragment" severity="Error">
243 <ignore regexp="blimp/client/app/android/javatests/src/org/chromium/blimp/co re/settings/BlimpPreferencesTest.java" />
244 <ignore regexp="blimp/client/app/android/javatests/src/org/chromium/blimp/co re/settings/MockPreferences.java" />
245 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/ro uter/BaseMediaRouteDialogManager.java" />
246 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/ro uter/MediaRouteChooserDialogManager.java" />
247 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/ro uter/MediaRouteControllerDialogManager.java" />
248 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/preferen ces/privacy/OtherFormsOfHistoryDialogFragment.java" />
249 <ignore regexp="media/capture/content/android/java/src/org/chromium/media/Sc reenCapture.java" />
250 </issue>
251 <issue id="ViewConstructor" severity="ignore" />
252 <issue id="WrongCall" severity="ignore" />
253 <issue id="WrongConstant">
254 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java" />
255 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java" />
256 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java" />
257 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java" />
125 </issue> 258 </issue>
126 </lint> 259 </lint>
OLDNEW
« no previous file with comments | « build/android/gyp/lint.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698