You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2018/04/10 03:59:00 UTC

[jira] [Assigned] (KAFKA-6735) Document how to skip findbugs / checkstyle when running unit test

     [ https://issues.apache.org/jira/browse/KAFKA-6735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ewen Cheslack-Postava reassigned KAFKA-6735:
--------------------------------------------

    Assignee: Ewen Cheslack-Postava

> Document how to skip findbugs / checkstyle when running unit test
> -----------------------------------------------------------------
>
>                 Key: KAFKA-6735
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6735
>             Project: Kafka
>          Issue Type: Test
>            Reporter: Ted Yu
>            Assignee: Ewen Cheslack-Postava
>            Priority: Minor
>
> Even when running single unit test, findbugs dependency would result in some time spent before the test is actually run.
> We should document how findbugs dependency can be skipped in such scenario:
> {code}
> -x findbugsMain -x findbugsTest -x checkStyleMain -x checkStyleTest
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)