Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 198 Bytes

File metadata and controls

8 lines (6 loc) · 198 Bytes

To run PMD static analyzer: pmd check -d ./ -R rulesets/java/quickstart.xml -f text

To run the CheckStyle style checker: mvn checkstyle:check

To run Jacoco code coverage report: mvn jacoco:report