Closed swsms closed 4 years ago
The linter checks style according to the SUN convention. The config file is placed in config/checkstyle/checkstyle.xml.
config/checkstyle/checkstyle.xml
Running the tool:
./gradlew checkstyleMain
./gradlew checkstyleTest
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.
The linter checks style according to the SUN convention. The config file is placed in
config/checkstyle/checkstyle.xml
.Running the tool:
./gradlew checkstyleMain
for sources;./gradlew checkstyleTest
for tests (less required).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.