Customize style guide
Java Google Checkstyle / Checkstyle Linter (pull_request) Failing after 4m48s
Build with gradle / Build-with-gradle (pull_request) Failing after 5m39s

This commit is contained in:
2026-01-24 12:21:00 -06:00
parent e053b55a76
commit 4f250247c9
2 changed files with 484 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
echo "Changed files:"
echo "${{ steps.changed-files.outputs.all_changed_files }}"
java -jar checkstyle-${{ env.CHECKSTYLE_VERSION }}-all.jar -c google_checks.xml -f xml ${{ steps.changed-files.outputs.all_changed_files }} \
java -jar checkstyle-${{ env.CHECKSTYLE_VERSION }}-all.jar -c ./style_guide.xml -f xml ${{ steps.changed-files.outputs.all_changed_files }} \
| reviewdog -f=checkstyle \
-name="Checkstyle" \
-reporter="gitea-pr-review" \