File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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. -->
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 >
You can’t perform that action at this time.
0 commit comments