Skip to content

Commit

Permalink
Merge pull request #348 from gwos/fix/linter
Browse files Browse the repository at this point in the history
Fix linter
  • Loading branch information
ymkins committed May 15, 2024
2 parents 83a4208 + ced15fe commit c1f6545
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,5 +1,5 @@
run:
go: '1.21'
go: '1.22'
skip-dirs:
- vendor
- bin
Expand All @@ -21,7 +21,6 @@ linters:
disable-all: false
enable:
- bodyclose
- deadcode
- dogsled
- dupl
- errcheck
Expand All @@ -33,12 +32,10 @@ linters:
- misspell
- prealloc
- staticcheck
- structcheck
- stylecheck
- unconvert
# TODO: - unparam
- unused
- varcheck
- whitespace
# TODO: - gocognit
# TODO: - gocyclo
Expand Down

0 comments on commit c1f6545

Please sign in to comment.