-
Notifications
You must be signed in to change notification settings - Fork 6.1k
/
checkstyle_suppressions.xml
23 lines (20 loc) · 1.64 KB
/
checkstyle_suppressions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress files=".*[/\\]library[/\\]src[/\\]main[/\\]java[/\\]com[/\\]bumptech[/\\]glide[/\\]GlideExperiments.java" checks="FinalClass"/>
<suppress files=".*[/\\]library[/\\]src[/\\]main[/\\]java[/\\]com[/\\]bumptech[/\\]glide[/\\]util[/\\]CachedHashCodeArrayMap.java" checks="EqualsHashCodeCheck"/>
<suppress files=".*[/\\]library[/\\]test[/\\]src[/\\]test[/\\].*" checks="Javadoc.*"/>
<suppress files=".*[/\\]annotation[/\\]compiler[/\\]test[/\\]src[/\\]test[/\\]resources[/\\].*" checks=".*"/>
<suppress files=".*[/\\]integration[/\\]concurrent[/\\]src[/\\]test[/\\].*" checks=".*"/>
<suppress files=".*[/\\]integration[/\\]sqljournaldiskcache[/\\]src[/\\]test[/\\].*" checks="Javadoc.*"/>
<suppress files=".*[/\\]integration[/\\]sqljournaldiskcache[/\\]src[/\\]main[/\\].*" checks="InterfaceIsTypeCheck.*"/>
<suppress files=".*[/\\]testutil[/\\]src[/\\].*" checks="Javadoc.*"/>
<suppress files=".*[/\\]benchmark[/\\]src[/\\].*" checks="Javadoc.*"/>
<suppress files=".*[/\\]instrumentation[/\\]src[/\\].*" checks="Javadoc.*"/>
<suppress files=".*[/\\]instrumentation[/\\]src[/\\]androidTest[/\\].*" checks="Javadoc.*"/>
<suppress files=".*[/\\]instrumentation[/\\]src[/\\]androidTest[/\\].*[/\\]ResourceIds" checks=".*"/>
<suppress files=".*[/\\]gif_encoder[/\\].*" checks=".*"/>
<suppress files=".*RequestBuilder.java|ChildLoadProvider.java|TransitionOptions.java|BaseDecodeOptions.java|RequestOptions.java" checks="NoClone" />
</suppressions>