Skip to content

Commit

Permalink
Update .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkarakas authored Oct 27, 2023
1 parent cb2f63c commit 7137c5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ linters:
# please, do not use `enable-all`: it's deprecated and will be removed soon.
# inverted configuration with `enable-all` and `disable` is not scalable during updates of golangci-lint
disable-all: true
disable:
- depguard
enable:
- bodyclose
- deadcode
Expand Down

0 comments on commit 7137c5e

Please sign in to comment.