Skip to content

Commit

Permalink
change reviewdog warning flags to match reviewdog error flags
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Nov 19, 2024
1 parent 907dcba commit e147889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
cat temp_golangci-lint-cgo.txt | reviewdog \
-f=golangci-lint \
-name="Lint Warnings" \
-reporter=github-check \
-filter-mode=added \
-reporter=github-pr-check \
-filter-mode=nofilter \
-fail-on-error=true \
-level=warning
- name: Slack Notification
Expand Down

0 comments on commit e147889

Please sign in to comment.