Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enables the following linters: - `deadcode` finds unused code. - `depguard` checks if package imports are in a list of acceptable packages. - `misspell` finds commonly misspelled English words in comments. - `nakedret` finds naked returns in functions greater than a specified function length. - `varcheck` finds unused global variables and constants. Our repo was already passing these linters so no fixes needed. Also explicitly list all linters enabled by default, for reference. Part of #217 Signed-off-by: Andrew Seigner <siggy@buoyant.io>
- Loading branch information