Skip to content

Commit ea7a83a

Browse files
committed
Flip all linters on except errcheck
1 parent 02f1517 commit ea7a83a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
# Optional: golangci-lint command line arguments.
3535
# args: --issues-exit-code=0
3636

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

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

0 commit comments

Comments
 (0)