Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 518 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 518 Bytes

Description

This repository contains configured PMD and Checkstyle tools.

The project uses JUnit5 framework and Maven build automation tool.

How to run checks

Before running checks, you have to make some changes in files to get some diff with the master branch.

Run checks only for affected files

To check only affected files, run all tests in CheckCodeForChangedFiles class.

Run checks only for affected files

To check all files in the project, run all tests in CheckCodeForAllProject class.