mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
384 lines
21 KiB
XML
384 lines
21 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<lint>
|
|
<!--
|
|
STOP! It looks like you want to suppress some lint errors:
|
|
- Have you tried identifing the offending patch?
|
|
Ask the author for a fix and/or revert the patch.
|
|
- It is preferred to add suppressions in the code instead of
|
|
sweeping it under the rug here. See:
|
|
|
|
http://developer.android.com/tools/debugging/improving-w-lint.html
|
|
|
|
Still reading?
|
|
- You can edit this file manually to suppress an issue
|
|
globally if it is not applicable to the project.
|
|
- You can also automatically add issues found so for in the
|
|
build process by running:
|
|
|
|
build/android/lint/suppress.py
|
|
|
|
which will generate this file (Comments are not preserved).
|
|
Note: PRODUCT_DIR will be substituted at run-time with actual
|
|
directory path (e.g. out/Debug)
|
|
-->
|
|
<!-- AllowBackup defaults to true, and causes a lint warning if not explicitly set. -->
|
|
<issue id="AllowBackup">
|
|
<ignore path="AndroidManifest.xml"/>
|
|
</issue>
|
|
<!-- We use asserts in Chromium. See https://chromium.googlesource.com/chromium/src/+/master/styleguide/java/java.md#Asserts -->
|
|
<issue id="Assert" severity="ignore"/>
|
|
<issue id="AuthLeak" severity="Error">
|
|
<ignore regexp="chrome/android/javatests"/>
|
|
</issue>
|
|
<issue id="BadHostnameVerifier" severity="Error">
|
|
<!-- Safe, used in test only. -->
|
|
<ignore regexp="net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java"/>
|
|
</issue>
|
|
<issue id="ButtonOrder" severity="Error">
|
|
<ignore regexp="chrome/android/java/res/layout/homepage_editor.xml"/>
|
|
</issue>
|
|
<issue id="ButtonStyle" severity="Error">
|
|
<ignore regexp="remoting/android/host/res/layout/main.xml"/>
|
|
</issue>
|
|
<!-- Found in generated android_chrome_strings.xml. -->
|
|
<issue id="ByteOrderMark" severity="Error">
|
|
<ignore regexp="values-pt-rBR/android_chrome_strings.xml"/>
|
|
</issue>
|
|
<issue id="CommitPrefEdits">
|
|
<ignore regexp="third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/ticl/android2/channel/AndroidChannelPreferences.java"/>
|
|
</issue>
|
|
<issue id="ContentDescription" severity="Error">
|
|
<ignore regexp="chromecast/internal"/>
|
|
</issue>
|
|
<issue id="DefaultLocale">
|
|
<ignore regexp="clank"/>
|
|
<ignore regexp="com/android/tv"/>
|
|
<ignore regexp="org/chromium/chrome/browser/payments/PaymentRequestMetricsTest.class"/>
|
|
<ignore regexp="org/chromium/chrome/browser/preferences/website/UsbChooserPreferences"/>
|
|
<ignore regexp="org/chromium/chrome/browser/preferences/website/UsbDevicePreferences"/>
|
|
<ignore regexp="third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/external/client/contrib/AndroidListenerState.java"/>
|
|
</issue>
|
|
<!-- TODO(crbug.com/635567): Fix this properly. -->
|
|
<issue id="Deprecated" severity="Error">
|
|
<ignore regexp="android:singleLine"/>
|
|
<ignore regexp="AndroidManifest.xml"/>
|
|
<ignore regexp="/test/"/>
|
|
</issue>
|
|
<issue id="DrawAllocation">
|
|
<ignore regexp="content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java"/>
|
|
<ignore regexp="content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java"/>
|
|
</issue>
|
|
<issue id="ExportedContentProvider">
|
|
<ignore path="AndroidManifest.xml"/>
|
|
</issue>
|
|
<issue id="ExportedService" severity="Error">
|
|
<ignore regexp="AndroidManifest.xml"/>
|
|
</issue>
|
|
<!-- TODO(crbug.com/635567): Fix this properly. -->
|
|
<issue id="GoogleAppIndexingUrlError" severity="Error">
|
|
<ignore regexp="AndroidManifest.xml"/>
|
|
</issue>
|
|
<!-- TODO(crbug.com/635567): Fix this properly. -->
|
|
<issue id="GoogleAppIndexingWarning" severity="Error">
|
|
<ignore regexp="AndroidManifest.xml"/>
|
|
</issue>
|
|
<issue id="HandlerLeak">
|
|
<ignore regexp="android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java" />
|
|
<ignore regexp="chromecast/internal" />
|
|
<ignore regexp="remoting/android/java/src/org/chromium/chromoting/TapGestureDetector.java" />
|
|
</issue>
|
|
<issue id="HardcodedDebugMode" severity="Fatal">
|
|
<ignore path="AndroidManifest.xml"/>
|
|
</issue>
|
|
<issue id="HardcodedText" severity="Error">
|
|
<ignore regexp="chromecast/internal"/>
|
|
<ignore regexp="remoting/android/host/res/layout/main.xml"/>
|
|
</issue>
|
|
<issue id="IconColors" severity="Error">
|
|
<ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-hdpi/notification_icon.png"/>
|
|
<ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-mdpi/notification_icon.png"/>
|
|
<ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-xhdpi/notification_icon.png"/>
|
|
<ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-xxhdpi/notification_icon.png"/>
|
|
<ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-xxxhdpi/notification_icon.png"/>
|
|
</issue>
|
|
<issue id="IconDensities">
|
|
<!-- The large assets below only include a few densities to reduce APK size. -->
|
|
<ignore regexp="data_reduction_illustration.png"/>
|
|
<!-- This is intentional to save on WebAPKs' size. -->
|
|
<ignore regexp="chrome/android/webapk/shell_apk/res/drawable-*"/>
|
|
<!-- crbug.com/457918 is tracking missing assets -->
|
|
<ignore regexp="chrome/android/java/res/drawable-xxhdpi"/>
|
|
<ignore regexp="chrome/android/java/res/drawable-xxxhdpi"/>
|
|
<ignore regexp="chromecast/internal"/>
|
|
<ignore regexp="content/public/android/java/res/drawable-xxhdpi"/>
|
|
<ignore regexp="content/public/android/java/res/drawable-xxxhdpi"/>
|
|
<ignore regexp="ui/android/java/res/drawable-xxhdpi"/>
|
|
<ignore regexp="ui/android/java/res/drawable-xxxhdpi"/>
|
|
</issue>
|
|
<issue id="IconDipSize">
|
|
<ignore regexp="chromecast/internal"/>
|
|
</issue>
|
|
<issue id="IconDuplicates" severity="Error">
|
|
<ignore regexp="chromecast/internal"/>
|
|
</issue>
|
|
<issue id="IconDuplicatesConfig" severity="Error">
|
|
<ignore regexp="chromecast/internal"/>
|
|
</issue>
|
|
<issue id="IconLauncherShape" severity="Error">
|
|
<ignore regexp="chromecast/internal"/>
|
|
<ignore regexp="chrome/android/webapk/shell_apk/res/mipmap-mdpi/ic_launcher_background.png"/>
|
|
</issue>
|
|
<issue id="IconLocation">
|
|
<ignore regexp="chromecast/internal"/>
|
|
<!-- It is OK for content_shell_apk to have missing assets. -->
|
|
<ignore regexp="content/shell/android/java/res/"/>
|
|
<!-- Suppression for chrome/test/chromedriver/test/webview_shell/java/res/drawable/icon.png -->
|
|
<ignore regexp="res/drawable/icon.png"/>
|
|
</issue>
|
|
<issue id="IconMissingDensityFolder">
|
|
<!-- see crbug.com/542435 -->
|
|
<ignore regexp="android_webview/apk/java/res"/>
|
|
<ignore regexp="android_webview/tools/system_webview_shell/apk/res"/>
|
|
<ignore regexp="chrome/android/webapk/shell_apk/res"/>
|
|
<ignore regexp="chromecast/internal"/>
|
|
<ignore regexp="tools/android/push_apps_to_background/res"/>
|
|
<ignore regexp="ui/android/java/res"/>
|
|
<!-- crbug.com/457918 is tracking missing assets -->
|
|
<ignore regexp="components/web_contents_delegate_android/java/res"/>
|
|
</issue>
|
|
<issue id="ImpliedQuantity" severity="Error">
|
|
<ignore regexp="chrome/android/chrome_strings_grd"/>
|
|
</issue>
|
|
<issue id="InconsistentArrays" severity="Error">
|
|
<ignore regexp="android_webview/locale_paks.resources.zip/values/locale-paks.xml"/>
|
|
<ignore regexp="chrome/android/chrome_locale_paks.resources.zip/values/locale-paks.xml"/>
|
|
</issue>
|
|
<issue id="InconsistentLayout" severity="ignore"/>
|
|
<issue id="InefficientWeight" severity="Error">
|
|
<ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/activity_webview_browser.xml"/>
|
|
</issue>
|
|
<issue id="InflateParams" severity="ignore"/>
|
|
<issue id="InlinedApi" severity="ignore"/>
|
|
<issue id="InvalidPackage" severity="Error">
|
|
<ignore regexp="espresso/espresso_core_java.interface.jar"/>
|
|
</issue>
|
|
<issue id="LabelFor" severity="Error">
|
|
<ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/activity_webview_browser.xml"/>
|
|
</issue>
|
|
<issue id="LintError" severity="Error"/>
|
|
<issue id="LogConditional" severity="ignore"/>
|
|
<issue id="LongLogTag" severity="ignore"/>
|
|
<issue id="MissingApplicationIcon" severity="ignore"/>
|
|
<issue id="MissingPermission" severity="ignore"/>
|
|
<!-- TODO(yolandyan) remove this once all tests are converted to junit4 -->
|
|
<issue id="MissingPrefix" severity="ignore"/>
|
|
<!--
|
|
TODO(estevenson) remove this once translations are added for
|
|
IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE (http://crbug.com/635677)
|
|
-->
|
|
<issue id="MissingQuantity">
|
|
<ignore regexp="android_chrome_strings.xml"/>
|
|
</issue>
|
|
<issue id="MissingRegistered" severity="ignore"/>
|
|
<issue id="MissingSuperCall" severity="Error">
|
|
<ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectionToolbar.java"/>
|
|
</issue>
|
|
<issue id="MissingTranslation">
|
|
<!-- http://crbug.com/450548 -->
|
|
<ignore regexp="chromecast/internal"/>
|
|
<ignore regexp="restriction_values.xml.*"/>
|
|
</issue>
|
|
<issue id="MissingVersion">
|
|
<ignore path="AndroidManifest.xml"/>
|
|
</issue>
|
|
<issue id="NewApi">
|
|
<!-- This is rewritten by desugar after lint runs. -->
|
|
<ignore regexp="Call requires API level 19.*`java.util.Objects#requireNonNull`"/>
|
|
<!-- AutoCloseable has been available since API 15, just hidden. -->
|
|
<ignore regexp="Class requires API level 19.*java.lang.AutoCloseable"/>
|
|
<ignore regexp="Call requires API level 19.*java.lang.AutoCloseable#close"/>
|
|
<!-- We support try-with-resources via desugar. -->
|
|
<ignore regexp="Try-with-resources requires API level 19"/>
|
|
<ignore regexp="Call requires API level 19.*`java.lang.Throwable#addSuppressed`"/>
|
|
<!-- We support default methods via desugar. -->
|
|
<ignore regexp="Default method requires API level 24"/>
|
|
<!-- Suppressions below this line need rationale :( -->
|
|
<ignore regexp="Attribute `paddingStart` referenced here can result in a crash on some specific devices older than API 17"/>
|
|
<ignore regexp="chrome/android/java/res/values-v17/styles.xml"/>
|
|
<ignore regexp="chromecast/internal"/>
|
|
<ignore regexp="com/android/tv"/>
|
|
<ignore regexp="com/android/webview/chromium/ServiceWorkerControllerAdapter.class"/>
|
|
<ignore regexp="com/android/webview/chromium/ServiceWorkerSettingsAdapter.class"/>
|
|
<ignore regexp="com/android/webview/chromium/WebViewChromium.class"/>
|
|
<ignore regexp="com/android/webview/chromium/WebViewChromiumFactoryProvider.class"/>
|
|
<ignore regexp="com/chrome/cloud/experimental/airspeed/BenchmarksTest.class"/>
|
|
<ignore regexp="com/google/android/apps/cast"/>
|
|
<ignore regexp="com/google/android/apps/mediashell"/>
|
|
<ignore regexp="org/chromium/base/AnimationFrameTimeHistogram.*Recorder.class"/>
|
|
<ignore regexp="org/chromium/base/JavaHandlerThread.class"/>
|
|
<ignore regexp="org/chromium/base/SysUtils.class"/>
|
|
<ignore regexp="org/chromium/chrome/browser/TtsPlatformImpl.class"/>
|
|
<ignore regexp="org/chromium/chrome/browser/ntp/IncognitoNewTabPage.class"/>
|
|
<ignore regexp="org/chromium/chrome/browser/ntp/NewTabPage.class"/>
|
|
<ignore regexp="org/chromium/chromecast/base/CastSettingsManager.class"/>
|
|
<ignore regexp="org/chromium/memconsumer/MemConsumer.*.class"/>
|
|
<ignore regexp="org/chromium/memconsumer/ResidentService.class"/>
|
|
<ignore regexp="org/chromium/mojo/bindings/ValidationTest.class"/>
|
|
<!-- TODO(crbug.com/635567): Fix this properly. -->
|
|
<ignore regexp="sdk/extras/chromium/support/src/org/chromium/android/support/PackageManagerWrapper.java"/>
|
|
</issue>
|
|
<issue id="OldTargetApi">
|
|
<ignore path="AndroidManifest.xml"/>
|
|
</issue>
|
|
<issue id="Overdraw" severity="ignore"/>
|
|
<issue id="Override">
|
|
<!-- TODO(crbug.com/635567): Fix this properly. -->
|
|
<ignore regexp="org/chromium/content/browser/input/ThreadedInputConnection.class"/>
|
|
<!-- TODO(crbug.com/635567): Fix this properly. -->
|
|
<ignore regexp="com/android/webview/chromium/ContentSettingsAdapter.class"/>
|
|
<!-- TODO(crbug.com/635567): Fix this properly. -->
|
|
<ignore regexp="com/android/webview/chromium/ServiceWorkerControllerAdapter.class"/>
|
|
<!-- TODO(crbug.com/635567): Fix this properly. -->
|
|
<ignore regexp="com/android/webview/chromium/ServiceWorkerSettingsAdapter.class"/>
|
|
<!-- TODO(crbug.com/635567): Fix this properly. -->
|
|
<ignore regexp="org/chromium/chrome/browser/ChromeActivity.class"/>
|
|
<!-- TODO(crbug.com/635567): Fix this properly. -->
|
|
<ignore regexp="org/chromium/chrome/browser/ChromeTabbedActivity.class"/>
|
|
</issue>
|
|
<issue id="PackageManagerGetSignatures">
|
|
<ignore regexp="chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkValidator.java"/>
|
|
<ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/customtabs/OriginVerifier.java"/>
|
|
</issue>
|
|
<issue id="PluralsCandidate" severity="Error">
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-en-rGB/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values/android_chrome_strings.xml"/>
|
|
</issue>
|
|
<issue id="Recycle" severity="ignore"/>
|
|
<issue id="Registered" severity="ignore"/>
|
|
<issue id="ResourceType" severity="Error">
|
|
<ignore regexp="/javatests/"/>
|
|
</issue>
|
|
<issue id="RtlCompat" severity="ignore"/>
|
|
<issue id="RtlEnabled" severity="ignore"/>
|
|
<issue id="RtlSymmetry" severity="ignore"/>
|
|
<issue id="SdCardPath">
|
|
<ignore regexp="content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java"/>
|
|
</issue>
|
|
<issue id="SetJavaScriptEnabled" severity="ignore"/>
|
|
<issue id="SignatureOrSystemPermissions" severity="ignore"/>
|
|
<issue id="SpUsage" severity="Error">
|
|
<ignore regexp="chromecast/internal"/>
|
|
</issue>
|
|
<issue id="StringFormatCount" severity="Error">
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-cs/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-pl/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values/android_chrome_strings.xml"/>
|
|
</issue>
|
|
<issue id="StringFormatInvalid" severity="Error">
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-cs/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-da/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-pl/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-pt-rBR/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-sv/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-tl/android_chrome_strings.xml"/>
|
|
</issue>
|
|
<!-- We have many C++ enums that we don't care about in java -->
|
|
<issue id="SwitchIntDef" severity="ignore"/>
|
|
<issue id="TextFields" severity="Error">
|
|
<ignore regexp="chromecast/internal"/>
|
|
</issue>
|
|
<issue id="TypographyDashes" severity="Error">
|
|
<ignore regexp="chrome/app/policy/android/values-v21/restriction_values.xml"/>
|
|
</issue>
|
|
<!-- Typos check disabled due to lint bug: http://crbug.com/671170 -->
|
|
<issue id="Typos" severity="ignore" />
|
|
<issue id="UnusedAttribute" severity="ignore"/>
|
|
<issue id="UnusedIds" severity="ignore"/>
|
|
<issue id="UnusedQuantity" severity="Error">
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-cs/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-in/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-ja/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-ko/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-lt/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-sk/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-th/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-vi/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-zh-rCN/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values-zh-rTW/android_chrome_strings.xml"/>
|
|
</issue>
|
|
<!-- Our generated enums are allowed to have the same values. -->
|
|
<issue id="UniqueConstants" severity="ignore"/>
|
|
<!-- Do not add new suppressions without very good rationale. -->
|
|
<issue id="UnusedResources">
|
|
<!-- 3 raw resources are accessed by URL in various places -->
|
|
<ignore regexp="PRODUCT_DIR/gen/remoting/android/.*/res/raw/credits.html"/>
|
|
<ignore regexp="PRODUCT_DIR/gen/remoting/android/.*/res/raw/credits_css.css"/>
|
|
<ignore regexp="PRODUCT_DIR/gen/remoting/android/.*/res/raw/credits_js.js"/>
|
|
<!-- 2 dimens override support library's res, will be changing soon -->
|
|
<ignore regexp="R.dimen.design_bottom_navigation_text_size"/>
|
|
<ignore regexp="R.dimen.design_bottom_navigation_active_text_size"/>
|
|
<!-- 1 string test only, used in CronetSmokeTestCase dynamically -->
|
|
<ignore regexp="R.string.TestSupportImplClass"/>
|
|
<!-- 1 string used by Android's policies system, pulled from app directly -->
|
|
<ignore regexp="restriction_values.xml"/>
|
|
<!-- 3 resources test only, used in webview tests dynamically -->
|
|
<ignore regexp="android_webview/tools/automated_ui_tests/java/res/layout/"/>
|
|
<ignore regexp="android_webview/test/shell/res/raw/resource_file.html"/>
|
|
<ignore regexp="android_webview/test/shell/res/raw/resource_icon.png"/>
|
|
<!-- 2 resources used by android webview glue layer, could be refactored -->
|
|
<ignore regexp="android_webview/java/res/drawable-hdpi/ic_play_circle_outline_black_48dp.png"/>
|
|
<ignore regexp="R.string.private_browsing_warning"/>
|
|
<!-- OMR1 SDK roll mystery. TODO(jbudorick): Remove this after rolling lint. -->
|
|
<ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values/android_chrome_strings.xml"/>
|
|
<ignore regexp="chrome/android/java/res/layout/location_bar.xml"/>
|
|
<ignore regexp="chrome/android/java/res/values/colors.xml"/>
|
|
<ignore regexp="chrome/android/java/res/values/dimens.xml"/>
|
|
<ignore regexp="chrome/android/java/res/drawable-hdpi/ic_omnibox_magnifier.png"/>
|
|
<ignore regexp="chrome/android/java/res/drawable-hdpi/omnibox_https_invalid.png"/>
|
|
<ignore regexp="chrome/android/java/res/drawable-hdpi/omnibox_info.png"/>
|
|
<ignore regexp="clank/java/clank_strings_grd.resources.zip/values/android_internal_strings.xml"/>
|
|
<ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-hdpi/notification_icon.png"/>
|
|
</issue>
|
|
<issue id="UseCompoundDrawables">
|
|
<!-- Upscaling 24dp to 48dp doesn't work as expected with a TextView compound drawable. -->
|
|
<ignore regexp="chrome/android/java/res/layout/photo_picker_bitmap_view.xml"/>
|
|
</issue>
|
|
<issue id="UselessParent">
|
|
<ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/activity_webview_browser.xml"/>
|
|
<ignore regexp="chrome/android/java/res/layout/data_usage_breakdown.xml"/>
|
|
<ignore regexp="chromecast/internal"/>
|
|
<ignore regexp="tools/android/kerberos/SpnegoAuthenticator/res/layout/activity_account_authenticator.xml"/>
|
|
</issue>
|
|
<issue id="UsesMinSdkAttributes" severity="Error">
|
|
<ignore regexp="AndroidManifest.xml"/>
|
|
</issue>
|
|
<issue id="ValidFragment" severity="Error">
|
|
<ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/router/BaseMediaRouteDialogManager.java"/>
|
|
<ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/router/MediaRouteChooserDialogManager.java"/>
|
|
<ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/router/MediaRouteControllerDialogManager.java"/>
|
|
<ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/OtherFormsOfHistoryDialogFragment.java"/>
|
|
<ignore regexp="media/capture/content/android/java/src/org/chromium/media/ScreenCapture.java"/>
|
|
</issue>
|
|
<issue id="ViewConstructor" severity="ignore"/>
|
|
<issue id="VisibleForTests" severity="Error">
|
|
<ignore regexp="/javatests/"/>
|
|
<ignore regexp="/test/"/>
|
|
<!-- TODO(crbug.com/757124): Remove all these specific Feedback files after underlying issue is resolved -->
|
|
<!-- Underlying issue is that Android FeedbackOptions.Builder using @VisibleForTesting without 'otherwise='. -->
|
|
<ignore regexp="clank/java/src/com/google/android/apps/chrome/feedback/FeedbackUtil.java"/>
|
|
<ignore regexp="clank/java/src/com/google/android/apps/chrome/feedback/PlayServicesFeedbackReporter.java"/>
|
|
<ignore regexp="clank/java/src/com/google/android/apps/chrome/help/FeedbackCategoryChooserActivity.java"/>
|
|
<ignore regexp="clank/java/src/com/google/android/apps/chrome/help/HelpAndFeedbackInternal.java"/>
|
|
</issue>
|
|
<issue id="WrongCall" severity="ignore"/>
|
|
<issue id="WrongConstant">
|
|
<ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java"/>
|
|
<ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorDialog.java"/>
|
|
<ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/SigninAndSyncView.java"/>
|
|
</issue>
|
|
<issue id="IconLauncherFormat" severity="ignore">
|
|
<!-- TODO(crbug.com/739746): Remove after lint version has been updated. -->
|
|
<ignore regexp="remoting/android/java/res/mipmap-anydpi-v26/ic_launcher.xml"/>
|
|
</issue>
|
|
</lint>
|