Prologue (and conversation with @romani):
Please include Kafka's trunk branch into your regression suite:
./gradlew checkstyleMain checkstyleTest
Note: you could opt to skip Kafka's tests execution on your end (given a fact that Checkstyle deals with coding standards) with -x test switch (in order to cut build time).
Prologue (and conversation with @romani):
Please include Kafka's trunk branch into your regression suite:
./gradlew checkstyleMain checkstyleTestNote: you could opt to skip Kafka's tests execution on your end (given a fact that Checkstyle deals with coding standards) with
-x testswitch (in order to cut build time).