From 3bed8afba58e7664eb801a747919bb35a045fad6 Mon Sep 17 00:00:00 2001 From: cce <51567+cce@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:04:53 -0500 Subject: [PATCH] switch to "added" instead of "nofilter" for warnings --- .github/workflows/reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index cbb1bf7147..f967bbd916 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -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