Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 662 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 662 Bytes

Samples of how to use Sevntu checks in Ant, Maven, Gradle.

==================

Here you can find example how to use sevntu.checkstyle Checks in Maven and Ant and Gradle projects.

To launch examples use commands:

[checkstyle-samples/ant-project]$ ant checkstyle

[checkstyle-samples/gradle-project]$ ./gradlew clean check

[checkstyle-samples/maven-project]$ mvn checkstyle:check