"vscode:/vscode.git/clone" did not exist on "f14f62ab3b375c8ee4f766c7ed316998820dfa44"
Commit ed56428d authored by Michael Yang's avatar Michael Yang
Browse files

warn on intrange, usestdlibvars

parent ad40b92b
......@@ -9,11 +9,9 @@ linters:
- contextcheck
- exportloopref
- gocheckcompilerdirectives
# FIXME: for some reason this errors on windows
# - gofmt
# - goimports
# TODO: disable for now
# - intrange
- gofmt
- goimports
- intrange
- misspell
- nilerr
- nolintlint
......@@ -21,7 +19,15 @@ linters:
- testifylint
- unconvert
- unused
# TODO: bmizerany says no :(
# - usestdlibvars
- wastedassign
- whitespace
- usestdlibvars
severity:
default-severity: error
rules:
- linters:
- gofmt
- goimports
- intrange
- usestdlibvars
severity: info
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment