Chia-Ping Tsai created KAFKA-17416:
--------------------------------------
Summary: Add a checkstyle rule to suppress all generated code
Key: KAFKA-17416
URL: https://issues.apache.org/jira/browse/KAFKA-17416
Project: Kafka
Issue Type: Improvement
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
see https://github.com/apache/kafka/pull/16993#pullrequestreview-2258996952
1. remove src/generated/java from core module
2. add <suppress files="[\\/]generated[\\/]" checks="[a-zA-Z0-9]*"/> to the
suppressions.xml to suppress all generated code
--
This message was sent by Atlassian Jira
(v8.20.10#820010)