Skip to content

Commit 2726189

Browse files
justaugustusk8s-ci-robot
authored andcommitted
Enable deadcode linter (#152)
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 9499217 commit 2726189

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ linters:
2323
- nakedret
2424
- prealloc
2525
- gosec
26-
# TODO: Enable deadcode module once types are cleaned up
27-
#- deadcode
26+
- deadcode
2827
disable-all: true
2928
# Run with --fast=false for more extensive checks
3029
fast: true

0 commit comments

Comments
 (0)