Skip to content

Commit b07b6bf

Browse files
committed
chore(backend): align PR configuration with final strict formatting posture
1 parent 4731ad6 commit b07b6bf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# provides: AbstractOracleIT starts one gvenzl/oracle-free container per JVM and applies
3636
# the test snapshot with Flyway's Java API.
3737
commands: |
38-
mvn -B -ntp -Dcheckstyle.skip=false -Dskip.integration.tests=false verify checkstyle:checkstyle
38+
mvn -B -ntp -Dcheckstyle.skip=false -Dskip.integration.tests=false verify
3939
dir: backend
4040
java-cache: maven
4141
java-distribution: temurin

backend/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<jasperreports.version>7.0.8</jasperreports.version>
7070
<sonar.organization>bcgov-sonarcloud</sonar.organization>
7171
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
72+
<sonar.java.checkstyle.reportPaths>target/checkstyle-result.xml</sonar.java.checkstyle.reportPaths>
7273
<!-- Keep Sonar coverage measurement in step with the jacoco instrumentation excludes
7374
below: config/dto/exception/boilerplate are not instrumented, so counting them as
7475
uncovered would understate new-code coverage for lines jacoco never reports on. -->
@@ -526,7 +527,7 @@
526527
<executions>
527528
<execution>
528529
<id>spotless-check</id>
529-
<phase>verify</phase>
530+
<phase>validate</phase>
530531
<goals>
531532
<goal>check</goal>
532533
</goals>

0 commit comments

Comments
 (0)