We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f1517 commit ea7a83aCopy full SHA for ea7a83a
1 file changed
.github/workflows/lint.yml
@@ -34,8 +34,8 @@ jobs:
34
# Optional: golangci-lint command line arguments.
35
# args: --issues-exit-code=0
36
37
- # For now, Smart Node will only enforce goimports linting
38
- 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
39
40
# Optional: show only new issues if it's a pull request. The default value is `false`.
41
# only-new-issues: true
0 commit comments