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

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

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