Skip to content

Commit

Permalink
Issue checkstyle#15449: partially excluded rule712paragraphs from goo…
Browse files Browse the repository at this point in the history
…gle-java-format.sh
  • Loading branch information
Zopsss authored and rdiachenko committed Aug 10, 2024
1 parent 5433ccf commit 15d1955
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci/google-java-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ JAR_PATH="$1"

INPUT_PATHS=($(find src/it/resources/com/google/checkstyle/test/ -name "Input*.java" \
| sed "s|src/it/resources/com/google/checkstyle/test/||" \
| grep -v "rule711generalform" | grep -v "rule712paragraphs" | grep -v "rule713atclauses" \
| grep -v "rule711generalform" \
| grep -v "rule712paragraphs/InputIncorrectRequireEmptyLineBeforeBlockTagGroup.java" \
| grep -v "rule712paragraphs/InputIncorrectJavadocParagraph.java" \
| grep -v "rule713atclauses" \
| grep -v "rule73" \
| grep -v "rule64" \
| grep -v "rule53camelcase" \
Expand Down

0 comments on commit 15d1955

Please sign in to comment.