Skip to content

Commit

Permalink
replace linter 'deadcode' with 'unused'
Browse files Browse the repository at this point in the history
deadcode is not maintained anymore, golangci-lint shows the following
warning:

WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
  • Loading branch information
anjannath authored and openshift-merge-robot committed Feb 22, 2023
1 parent 47a3e18 commit 8793050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ linters:
- gofmt
- gosec
- gocritic
- deadcode
- unused
- misspell
- revive

0 comments on commit 8793050

Please sign in to comment.