You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2019/06/28 22:47:29 UTC

[kafka] branch trunk updated: remove cs (#6950)

This is an automated email from the ASF dual-hosted git repository.

bbejeck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b4e2049  remove cs (#6950)
b4e2049 is described below

commit b4e20495fa442a4312f946f518541a04fc6efcc9
Author: Boyang Chen <bo...@confluent.io>
AuthorDate: Fri Jun 28 15:47:16 2019 -0700

    remove cs (#6950)
    
    cleanup of some redundant checkstyle
    Reviewers: Bill Bejeck <bb...@gmail.com>
---
 checkstyle/suppressions.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/checkstyle/suppressions.xml b/checkstyle/suppressions.xml
index 6b1cccc..63dc730 100644
--- a/checkstyle/suppressions.xml
+++ b/checkstyle/suppressions.xml
@@ -30,8 +30,6 @@
     <suppress checks="ParameterNumber"
               files="KafkaConsumer.java"/>
     <suppress checks="ParameterNumber"
-              files="ConsumerCoordinator.java"/>
-    <suppress checks="ParameterNumber"
               files="Fetcher.java"/>
     <suppress checks="ParameterNumber"
               files="Sender.java"/>
@@ -64,7 +62,7 @@
 
     <!-- clients tests -->
     <suppress checks="ClassDataAbstractionCoupling"
-              files="(Sender|Fetcher|KafkaConsumer|Metrics|ConsumerCoordinator|RequestResponse|TransactionManager|KafkaAdminClient)Test.java"/>
+              files="(Sender|Fetcher|KafkaConsumer|Metrics|RequestResponse|TransactionManager|KafkaAdminClient)Test.java"/>
 
     <suppress checks="ClassFanOutComplexity"
               files="(ConsumerCoordinator|KafkaConsumer|RequestResponse|Fetcher|KafkaAdminClient)Test.java"/>