Skip to content

Commit

Permalink
switch to "added" instead of "nofilter" for warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Nov 20, 2024
1 parent f567965 commit 3bed8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
-f=golangci-lint \
-name="Lint Warnings" \
-reporter=github-pr-check \
-filter-mode=nofilter \
-filter-mode=added \
-fail-on-error=true \
-level=warning
- name: Slack Notification
Expand Down

0 comments on commit 3bed8af

Please sign in to comment.