Skip to content

Commit

Permalink
Enable staticcheck in golangci-lint unstable image
Browse files Browse the repository at this point in the history
The staticcheck linter now supports Go 1.18. Re-enable so
that it can be used by golangci-lint.

refs GH-622
refs GH-568
  • Loading branch information
atc0005 committed May 10, 2022
1 parent 17793cb commit 51af0af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unstable/.golangci.yml
Expand Up @@ -55,9 +55,9 @@ linters:
- misspell
- prealloc
- revive
- staticcheck

# Incompatible with Go 1.18 (GH-568)
# - staticcheck
# - stylecheck
- unconvert

Expand All @@ -70,7 +70,6 @@ linters:
- noctx
- rowserrcheck
- sqlclosecheck
- staticcheck
- structcheck
- stylecheck
- tparallel
Expand Down

0 comments on commit 51af0af

Please sign in to comment.