API for the CodeOdyssey project. A platform to make and correct coding-related exercises.
How to run:
Check
./gradlew spotlessCheckApply format
./gradlew spotlessApplyHow to run:
Checks files in the main folder
./gradlew spotbugsMainChecks files in the test folder
./gradlew spotbugsTestRules for checkstyle: config/checkstyle/checkstyle.xml
Rules for suppressions: config/checkstyle/checkstyle-suppressions.xml
Reports: build/reports/checkstyle
./gradlew checkstyleMain ./gradlew checkstyleTestRun it with any of the commands below. Do note that PMD also runs the other code quality plugins.
./gradlew checkor
./gradlew chHow to run:
./gradlew dependencyCheckAnalyze