Remove deprecated linter
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
26c743f149
commit
d916d3a679
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ linters:
|
||||||
- nakedret # Finds naked returns in functions greater than a specified function length [fast: true, auto-fix: false]
|
- nakedret # Finds naked returns in functions greater than a specified function length [fast: true, auto-fix: false]
|
||||||
- noctx # noctx finds sending http request without context.Context [fast: true, auto-fix: false]
|
- noctx # noctx finds sending http request without context.Context [fast: true, auto-fix: false]
|
||||||
- nolintlint # Reports ill-formed or insufficient nolint directives [fast: true, auto-fix: false]
|
- nolintlint # Reports ill-formed or insufficient nolint directives [fast: true, auto-fix: false]
|
||||||
- scopelint # Scopelint checks for unpinned variables in go programs [fast: true, auto-fix: false]
|
|
||||||
- staticcheck # Staticcheck is a go vet on steroids, applying a ton of static analysis checks [fast: true, auto-fix: false]
|
- staticcheck # Staticcheck is a go vet on steroids, applying a ton of static analysis checks [fast: true, auto-fix: false]
|
||||||
- structcheck # Finds unused struct fields [fast: true, auto-fix: false]
|
- structcheck # Finds unused struct fields [fast: true, auto-fix: false]
|
||||||
- stylecheck # Stylecheck is a replacement for golint [fast: true, auto-fix: false]
|
- stylecheck # Stylecheck is a replacement for golint [fast: true, auto-fix: false]
|
||||||
|
|
Loading…
Reference in a new issue