Tsz-wo Sze created RATIS-2419:
---------------------------------
Summary: checkstyle should not check generated-sources
Key: RATIS-2419
URL: https://issues.apache.org/jira/browse/RATIS-2419
Project: Ratis
Issue Type: Improvement
Components: build
Reporter: Tsz-wo Sze
checkstyle should not check generated-sources.
{code}
[INFO] --- checkstyle:3.6.0:check (default-cli) @ ratis-proto ---
[INFO] There are 4653 errors reported by Checkstyle 9.3 with
dev-support/checkstyle.xml ruleset.
Error: target/generated-sources/org/apache/ratis/proto/ExamplesProtos.java:[1]
(sizes) FileLength: File length is 7,053 lines (max allowed is 2,000).
Error:
target/generated-sources/org/apache/ratis/proto/ExamplesProtos.java:[93]
(sizes) LineLength: Line is longer than 120 characters (found 122).
Error:
target/generated-sources/org/apache/ratis/proto/ExamplesProtos.java:[114]
(sizes) LineLength: Line is longer than 120 characters (found 121).
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)