Skip to content

Commit

Permalink
Fix checkstyle workflow (KeYProject#3471)
Browse files Browse the repository at this point in the history
  • Loading branch information
unp1 authored May 17, 2024
2 parents 66fc99f + aabb3d2 commit 120b06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
arguments: --continue checkstyleMainChanged
- run: |
npx violations-command-line -sarif sarif-report.json -pv false \
npx violations-command-line -sarif sarif-report.json \
-v "CHECKSTYLE" "." ".*/build/reports/checkstyle/main_diff.xml$" "Checkstyle"
#-diff-from $(git merge-base HEAD origin/main)
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
# - run: python3 ./.github/printAnnotations.py */build/reports/pmd/main.xml

- run: |
npx violations-command-line -sarif pmd-report.json -pv false \
npx violations-command-line -sarif pmd-report.json \
-v "PMD" "." ".*/build/reports/pmd/main_diff.xml$" "PMD"
# -diff-from $(git merge-base HEAD origin/main)
Expand Down

0 comments on commit 120b06f

Please sign in to comment.