forked from goldmansachs/gs-collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheckstyle-suppressions.xml
71 lines (54 loc) · 3.1 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<!--
~ Copyright 2013 Goldman Sachs.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<suppressions>
<suppress checks="IllegalType" files="ArrayListAdapter.java" />
<suppress checks="IllegalType" files="ArrayListIterate.java" />
<suppress checks="IllegalType" files="CompositeArrayList.java" />
<suppress checks="IllegalType" files="Interval.java" />
<suppress checks="IllegalImport" files="AlwaysTearDownTestCase.java" />
<suppress checks="IllegalImport" files="AlwaysTearDownUtils.java" />
<suppress checks="IllegalImport" files="AlwaysTearDownUtilsTest.java" />
<suppress checks="EqualsHashCode" files="VerifyTest.java" />
<suppress checks="RedundantThrows" files="FixedSizeCollection.java" />
<suppress checks="RedundantThrows" files="FixedSizeMap.java" />
<suppress checks="EqualsAvoidNull" files="Verify.java" />
<suppress checks="IllegalThrows" files="AlwaysTearDownTestCase.java" />
<suppress checks="IllegalThrows" files="CollectionFactoryTest.java" />
<suppress checks="DeclarationOrder" files="FixedSizeListFactory.java" />
<suppress checks="DeclarationOrder" files="FixedSizeSetFactory.java" />
<suppress checks="DeclarationOrder" files="FixedSizeMapFactory.java" />
<suppress checks="IllegalInstantiationCheck" files="VerifyTest.java" />
<suppress checks="IllegalInstantiationCheck" files="UnifiedSetTest.java" />
<suppress checks="IllegalInstantiationCheck" files="UnifiedSetWithHashingStrategyTest.java" />
<suppress checks="IllegalInstantiationCheck" files="ArrayListIterateTest.java" />
<suppress checks="IllegalInstantiationCheck" files="IterableIterateTest.java" />
<suppress checks="ConstantName" files="Bags.java" />
<suppress checks="ConstantName" files="Lists.java" />
<suppress checks="ConstantName" files="Maps.java" />
<suppress checks="ConstantName" files="Sets.java" />
<suppress checks="ConstantName" files="Stacks.java" />
<suppress checks="ConstantName" files="Multimaps.java" />
<suppress checks="MethodName" files="GsCollectionsCodeGenerator.java" />
<suppress checks="EqualsAvoidNull" files="StringPredicatesSerializationTest.java" />
<suppress checks="IllegalImport" files="ConcurrentHashMapUnsafe.java" />
<suppress checks="RegexpHeader" files="MemoryTestBench.java" />
<!--suppress lambda expression-->
<suppress checks="[a-zA-Z0-0]*" files="SerialParallelLazyPerformanceTest.java" />
</suppressions>