golangci-lint/test
Isaev Denis 6a979fb40d
Update staticcheck and cache go/analysis facts (#699)
* update staticcheck

Don't fork staticcheck: use the upstream version.
Remove unneeded SSA loading.

* Cache go/analysis facts

Don't load unneeded packages for go/analysis.
Repeated run of go/analysis linters now 10x faster
(2s vs 20s on this repo) than before.
2019-09-17 08:42:16 +03:00
..
bench Fix #282, fix #209: revert goimports commit 2018-11-10 11:46:37 +03:00
testdata Update staticcheck and cache go/analysis facts (#699) 2019-09-17 08:42:16 +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 Update staticcheck and cache go/analysis facts (#699) 2019-09-17 08:42:16 +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