Skip to content

Commit

Permalink
Fixed golangci config and file format
Browse files Browse the repository at this point in the history
  • Loading branch information
BreathXV committed Jun 5, 2024
1 parent 58dcd19 commit 3f7c39e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .golangci.yml → .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ linters-settings:
gocyclo:
min-complexity: 10
errcheck:
ignore:
- 'Close()'
ignore: 'Close()'
run:
go: '1.22.3'
tests: true
timeout: 5m

0 comments on commit 3f7c39e

Please sign in to comment.