Skip to content

Commit

Permalink
Merge pull request #624 from atc0005/i622-re-enable-staticcheck-in-go…
Browse files Browse the repository at this point in the history
…langci-lint-for-unstable-image

Enable staticcheck in golangci-lint unstable image
  • Loading branch information
atc0005 committed May 10, 2022
2 parents 17793cb + 51af0af commit dacea10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unstable/.golangci.yml
Original file line number Diff line number Diff line change
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 dacea10

Please sign in to comment.