API for the CodeOdyssey project. A platform to make and correct coding-related exercises.
How to run:
Check
./gradlew spotlessCheck
Apply format
./gradlew spotlessApply
How to run:
Checks files in the main
folder
./gradlew spotbugsMain
Checks files in the test
folder
./gradlew spotbugsTest
Rules for checkstyle: config/checkstyle/checkstyle.xml
Rules for suppressions: config/checkstyle/checkstyle-suppressions.xml
Reports: build/reports/checkstyle
./gradlew checkstyleMain
./gradlew checkstyleTest
Run it with any of the commands below. Do note that PMD also runs the other code quality plugins.
./gradlew check
or
./gradlew ch
How to run:
./gradlew dependencyCheckAnalyze