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 Mar 18, 2023
1 parent db123d7 commit 4c37653
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 @@ -40,6 +40,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 4c37653

Please sign in to comment.