hyperskill / hs-test

A framework that simplifies testing educational projects for Hyperskill. It is built on top of JUnit.
30 stars 10 forks source link

Add checkstyle linter #68

Closed swsms closed 4 years ago

swsms commented 4 years ago

The linter checks style according to the SUN convention. The config file is placed in config/checkstyle/checkstyle.xml.

Running the tool:

Now it does not stop the building process.

If you would like to configure the max line length or another check, see here: https://checkstyle.sourceforge.io/config_sizes.html#LineLength.