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)