Skip to content

Commit

Permalink
Flip all linters on except errcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jshufro committed Apr 21, 2024
1 parent 02f1517 commit ea7a83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0

# For now, Smart Node will only enforce goimports linting
args: --disable-all --enable goimports --enable staticcheck --enable ineffassign --enable gosimple --enable unused
# For now, Smart Node will enforce everything except errcheck
args: --disable errcheck

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
Expand Down

0 comments on commit ea7a83a

Please sign in to comment.