You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2020/08/05 12:56:00 UTC

[jira] [Created] (IGNITE-13329) Use checkstyle from command line check on validate phase

Maxim Muzafarov created IGNITE-13329:
----------------------------------------

             Summary: Use checkstyle from command line check on validate phase
                 Key: IGNITE-13329
                 URL: https://issues.apache.org/jira/browse/IGNITE-13329
             Project: Ignite
          Issue Type: Task
            Reporter: Maxim Muzafarov
            Assignee: Maxim Muzafarov
             Fix For: 2.10


Currently, the checkstyle plugin configured to run on the `compile` maven phase due to the custom OverrideAnnotationOnTheSameLineCheck check must be compiled. However, it will be faster to run checkstyle on `validate` maven phase check all the configured rules locally prior to pushing by running the `mvn checkstyle:check` command.

[https://maven.apache.org/plugins/maven-checkstyle-plugin/usage.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)