confluentinc / ide-sidecar

Sidecar application used by Confluent for VS Code, as a local proxy for Confluent Cloud, Confluent Platform and local Kafka clusters, to help users build streaming applications.
Apache License 2.0
3 stars 3 forks source link

Convert from Checkstyle properties file to XML #120

Closed rhauch closed 2 weeks ago

rhauch commented 2 weeks ago

Resolves #119

Summary of Changes

Checkstyle has moved to XML files for configuration. We could continue to use properties file, but XML is better documented. See https://checkstyle.sourceforge.io/config.html

I've verified the new XML config file is picked up by temporarily adding a non-final class with a private default constructor, and checkstyle fails on that. Without that change, though, the build works as expected.