Skip to content

Commit

Permalink
prune deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwagner committed Nov 29, 2023
1 parent 70a93b8 commit e9cd345
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- exhaustive
- funlen
Expand All @@ -19,10 +17,8 @@ linters:
- lll
- misspell
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- whitespace
fast: false

Expand Down

0 comments on commit e9cd345

Please sign in to comment.