Skip to content

Commit

Permalink
Update with Sonar suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke committed Jun 18, 2024
1 parent 45e1447 commit e8331b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
mvn -B -ntp -Dorg.slf4j.simpleLogger.log.net.sourceforge.pmd=error
-Psonar verify javadocs:javadocs
mvn -B -ntp -Dorg.slf4j.simpleLogger.log.net.sourceforge.pmd=error -Psonar verify javadocs:javadocs

0 comments on commit e8331b5

Please sign in to comment.