Skip to content

Commit

Permalink
Adding specific suppressions for ClientMapProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorik0 committed Mar 15, 2016
1 parent e0810ce commit f3f80cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<suppress checks="MethodCount" files="com/hazelcast/client/proxy/ClientQueueProxy"/>
<suppress checks="MethodCount" files="com/hazelcast/client/proxy/ClientListProxy"/>
<suppress checks="MethodCount|ClassFanOutComplexity" files="com/hazelcast/client/proxy/ClientMultiMapProxy"/>
<suppress checks="FileLengthCheck|MethodCount|ClassFanOutComplexity" files="com/hazelcast/client/proxy/ClientMapProxy"/>
<suppress checks="MethodCount" files="com/hazelcast/client/proxy/ClientReplicatedMapProxy"/>
<suppress checks="ClassFanOutComplexity" files="com/hazelcast/client/proxy/ClientReplicatedMapProxy"/>
<suppress checks="" files="com/hazelcast/client/impl/HazelcastClientInstance"/>
Expand Down

0 comments on commit f3f80cd

Please sign in to comment.