Skip to content

Commit

Permalink
Don't fail SonarCloud action on Moditect warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
robtimus committed Sep 6, 2023
1 parent 44a5206 commit 29db8f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
mvn clean \
-Dcheckstyle.skip=true \
-Dmaven.javadoc.skip=true \
-Dmoditect.failOnWarning=false \
org.jacoco:jacoco-maven-plugin:prepare-agent \
package \
verify -Dgpg.skip=true \
Expand Down

0 comments on commit 29db8f8

Please sign in to comment.