Skip to content

Commit

Permalink
fix linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
fritterhoff committed May 9, 2024
1 parent dcb94ef commit efdd58e
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
@@ -1,9 +1,8 @@
run:
go: 1.19
go: "1.22"
linters:
enable:
- revive
- deadcode
- errcheck
- gofmt
- goimports
Expand All @@ -14,11 +13,9 @@ linters:
- misspell
- prealloc
- staticcheck
- structcheck
- typecheck
- unconvert
- unused
- varcheck
linters-settings:
revive:
severity: warning
Expand Down

0 comments on commit efdd58e

Please sign in to comment.