fppt / jedis-mock

A simple redis java mock for unit testing
Apache License 2.0
156 stars 58 forks source link

Remove PMD in favour of a stricter set of modern Checkstyle rules #462

Closed inponomarev closed 1 month ago

inponomarev commented 1 month ago

Let's diminish the number of static analysis tools in favour of modern Checkstyle, which is now able to detect unused variables (and in general more commonly used for OSS code style standartization)