golangci-lint/test
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
..
bench Fix #282, fix #209: revert goimports commit 2018-11-10 11:46:37 +03:00
testdata linters: add Godox linter support (#621) 2019-09-11 16:53:40 +03:00
testdata_etc Fix a false-positive from 'unused' (#585) 2019-09-09 16:10:49 +03:00
testshared Support go1.13 (#670) 2019-09-09 21:54:56 +03:00
.gitignore Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
data.go Support go1.13 (#670) 2019-09-09 21:54:56 +03:00
enabled_linters_test.go Speed up packages loading (#693) 2019-09-14 18:48:18 +03:00
errchk.go Support go1.13 (#670) 2019-09-09 21:54:56 +03:00
fix_test.go Feature/enable autofix on whitespace (#674) 2019-09-10 16:56:44 +03:00
linters_test.go go1.11 compatibility fixed 2019-03-05 21:44:52 +03:00
run_test.go Support go1.13 (#670) 2019-09-09 21:54:56 +03:00