Skip to content

Commit

Permalink
Remove deprecated linter settings
Browse files Browse the repository at this point in the history
Certain linters got deprecated in newer golangci-lint versions.
We have to remove those linters from the list to avoid a blocking
linter.
  • Loading branch information
shibumi committed Dec 15, 2024
1 parent 1a81412 commit a0f67c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ linters-settings:
linters:
disable-all: true
enable:
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- unused

0 comments on commit a0f67c0

Please sign in to comment.