blob: b42993b73af01cef073bc8326dc697e3228b6c5a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<!-- All other usages of the app SharedPreference should go through
ContextUtils. -->
<suppress id="SharedPreferencesCheck" files="ContextUtils.java"/>
<!-- Only chrome/ and remoting/ can depend on the support library. Ref:
crbug.com/640248 -->
<suppress id="AlertDialogCheck"
files="src/(android_webview|base|build|chromecast|components|content|device|media|mojo|net|printing|services|testing|third_party|tools|ui|url)/"/>
<suppress id="StringBufferCheck" files="src/chrome/android/webapk/"/>
<!-- Robolectric shadows can overwrite constructor by implementing
__constructor__() method. -->
<suppress id="MethodNameCheck" files="FirstRunIntegrationUnitTest.java"/>
<suppress id="MethodNameCheck" files="SplashActivityTest.java"/>
<!-- Third-party libraries, test infrastructure, build, and tooling can use
System#exit freely. -->
<suppress id="SystemExitCheck" files="src/(build|testing|third_party|tools)/"/>
</suppressions>