Skip to content

Commit

Permalink
deadcode and structcheck was added in golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulsamad committed Nov 11, 2022
1 parent 2252cf2 commit 2edf59d
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 @@ -7,6 +7,7 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- errcheck
Expand All @@ -24,6 +25,7 @@ linters:
- prealloc
- exportloopref
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
Expand Down

0 comments on commit 2edf59d

Please sign in to comment.