MovingBlocks / TerasologyLauncher

Terasology Launcher is the official launcher for the open source game Terasology.
http://terasology.org/
Apache License 2.0
153 stars 76 forks source link

build(pmd): update PMD rules and fix issues #687

Closed skaldarnar closed 1 year ago

skaldarnar commented 1 year ago

Contains

Updated and customized rules for PMD, adjusted for the launcher project.

All issues have been adressed such that we no longer ignore PMD errors and instead will fail a build if new issues occur.

How to test

Run the PMD checks locally via

gradlew pmdMain
gradlew pmdTest

Run the CheckStyle checks locally via

gradlew checkstyleMain
gradlew checkstyleTest

Or run everything at once via

gradlew check -x test

Outstanding before merging