golangci-lint/pkg/lint/linter
Isaev Denis c9a9255238
Speed up packages loading (#693)
Don't perform extra go env calls in go/packages.
Load only needed go env vars in golangci-lint.
Stay in sync by enabled analyzers in go vet: remove nilness and
atomicalign analyzers, add errorsas analyzer.
Don't build SSA for govet.

Standalone govet runs 25% faster than before. All runs can be 5-10% faster
than before.
Relates: #208
2019-09-14 18:48:18 +03:00
..
config.go Speed up packages loading (#693) 2019-09-14 18:48:18 +03:00
context.go Speed up linting: use deduplicated packages (#667) 2019-09-09 16:48:15 +03:00
linter.go generate parts of README automatically 2018-06-02 11:37:17 +03:00
metalinter.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00