Skip to content

Commit 17ab086

Browse files
committed
Fix checkstyle execution to use Maven validate phase
- Changed from direct checkstyle:check with manual config to validate phase - This ensures proper resolution of ${basedir} property in checkstyle config - Uses the checkstyle execution already defined in pom.xml (lines 535-555)
1 parent 315c4ea commit 17ab086

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 -Dcheckstyle.config.location=etc/checkstyle/config.xml -Dcheckstyle.suppressions.location=etc/checkstyle/suppressions.xml
138+
run: ./mvnw validate -B

0 commit comments

Comments
 (0)