Skip to content

Commit 315c4ea

Browse files
committed
Fix CI checkstyle configuration to use project-specific rules
- Update checkstyle job to use etc/checkstyle/config.xml and suppressions.xml - This ensures the CI uses the same checkstyle rules as configured in pom.xml - Fixes the issue where CI was using sun_checks.xml instead of Spring checks
1 parent dc1c8af commit 315c4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ jobs:
135135
${{ runner.os }}-maven-
136136
137137
- name: Run Checkstyle
138-
run: ./mvnw checkstyle:check -B
138+
run: ./mvnw checkstyle:check -B -Dcheckstyle.config.location=etc/checkstyle/config.xml -Dcheckstyle.suppressions.location=etc/checkstyle/suppressions.xml

0 commit comments

Comments
 (0)