Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit c594203

Browse files
committed
feat: add google_checks.xml
1 parent db4dc99 commit c594203

2 files changed

Lines changed: 385 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: checkstyle
3737
env:
3838
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
run: java -jar checkstyle.jar -c checkstyle-config.xml -f xml src | reviewdog -f=checkstyle -name="Checkstyle" -reporter=github-check
39+
run: java -jar checkstyle.jar -c checkstyle/google_checks.xml -f xml src | reviewdog -f=checkstyle -name="Checkstyle" -reporter=github-check
4040
- name: Build with Maven
4141
run: mvn -B package --file pom.xml
4242

0 commit comments

Comments
 (0)