eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
http://www.eclipse.org/collections
2.39k stars 593 forks source link

Sync Checkstyle configuration with upstream examples. #1599

Closed motlin closed 1 month ago

motlin commented 1 month ago

Our Checkstyle configuration borrows a lot of ideas from the configuration that the Checkstyle project runs on its own code.

https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle-checks.xml

They've cleaned up some configuration and turned on more rules that pass on our project, so this PR resyncs our configuration with "upstream"