Skip to content

Commit

Permalink
lint: Fix the lint github workflow (#76)
Browse files Browse the repository at this point in the history
* Add make lint to github workflow

* Test reviewdog linter

* Temporarily revert github action step

* Change reviewdog level from error to warn

* Pin reviewdog go version

* Add nofilter flag

* Revert deleted comment that triggers lint error

* Specify version
  • Loading branch information
algochoi authored May 16, 2023
1 parent fd120ac commit 59cd280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
with:
golangci_lint_version: "v1.47.3"
golangci_lint_flags: "-c .golangci.yml --allow-parallel-runners"
go_version: "1.17.13"
reporter: "github-pr-review"
tool_name: "Lint Errors"
level: "error"
fail_on_error: true
filter_mode: "nofilter"

0 comments on commit 59cd280

Please sign in to comment.