blob: cd3373590f9b6df48bc41d954fdbececf4aed761 [file] [edit]
<?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>
<!-- Let google-java-format handle the import order, indentation, line length, and { placement. -->
<suppress
files="services/core/java/com/android/server/adb/.*|tests/AppJankTest/.*|core/java/android/app/appfunctions/.*|services/appfunctions/.*"
checks="ImportOrder|Indentation|LineLength|LeftCurly" />
<!-- This is a polyglot source, must use C++ compatible syntax. -->
<suppress files="services/core/java/com/android/server/media/metrics/Allowlist.java" checks="ArrayTypeStyle" />
</suppressions>