Based on [this](https://github.com/checkstyle/checkstyle/pull/17453#issuecomment-3191731755) comment, there's an opportunity to (re)enable some of EPS's bug checkers in the `checkstyle` repository. We are considering the following checks: - [AssertJNullnessAssertion](https://error-prone.picnic.tech/bugpatterns/AssertJNullnessAssertion/) - [ConstantNaming](https://error-prone.picnic.tech/bugpatterns/ConstantNaming/) - [ExplicitArgumentEnumeration](https://error-prone.picnic.tech/bugpatterns/ExplicitArgumentEnumeration/) - [RedundantStringEscape](https://error-prone.picnic.tech/bugpatterns/RedundantStringEscape/)
Based on this comment, there's an opportunity to (re)enable some of EPS's bug checkers in the
checkstylerepository.We are considering the following checks: