Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated golangci linters (#3409)
The "deadcode", "structcheck", and "varcheck" linters are deprecated by golangci-lint. It is recommended by that project to use "unused" instead. The "unused" linter is already enabled, so this just removes the deprecated linters.
- Loading branch information