Customize style guide
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user