--fast panics #40
Labels
area: CLI
Related to CLI
area: config
Related to .golangci.yml and/or cli options
bug
Something isn't working
First of all, awesome project. The pretty-printed output is very helpful, and I'm definitely seeing performance improvements over gometalinter.
I encountered some problems while trying this tool out. It works fine when run with
--enable-all
, but panics when passed--fast
, as well as some combinations involving--disable-all
.Version Info
Go version 1.10
golangci-lint version:
$ golangci-lint --version golangci-lint has version master built from ? on
Not sure what that output means to you...
Which appears to be the latest master version as of this moment.
Stack Traces
And a variant with
--disable-all
, but failing to use--enable=xx
correctly produces a similar response.Other Notes
I'm guessing it's related to enabling a default linter which was disabled with
disable-all
:golangci-lint run --no-config --deadline=30s --disable-all --enable=deadcode
worksgolangci-lint run --no-config --deadline=30s --disable-all --enable=govet
is brokenThe text was updated successfully, but these errors were encountered: