Skip to content

Commit

Permalink
Remove deadcode linter (#1072)
Browse files Browse the repository at this point in the history
Keep getting `WARN [runner] The linter 'deadcode' is deprecated (since
v1.49.0) due to: The owner seems to have abandoned the linter. Replaced
by unused.` but it seems like we already have `unused` so I'm removing
`deadcode`
  • Loading branch information
ChrisSchinnerl committed Mar 18, 2024
2 parents 8d7bf5c + d4bea89 commit 6186a0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ linters:
- tagliatelle
- unused
- unparam
- deadcode

issues:
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
Expand Down

0 comments on commit 6186a0a

Please sign in to comment.