Trevor Pounds
fd997edeeb
Cleanup nolint directives. ( #779 )
2019-10-03 19:34:19 +03:00
Isaev Denis
df4f6766ba
reduce 1.5x memory usage on large repos on repeated runs ( #764 )
...
Get rid of AST cache: load AST when needed. Optimize memory allocations
for go/analysis actions.
Relates: #337
2019-10-01 14:52:00 +03:00
Denis Isaev
2216387fa7
speedup typecheck on large project with compilation errors
2019-01-20 22:14:27 +03:00
Denis Isaev
dba3907ff3
improve typecheck errors parsing
2018-11-23 18:40:25 +03:00
Denis Isaev
7278b7ae8a
setup typecheck error file if it's empty
2018-11-18 15:50:15 +03:00
Denis Isaev
952cc0b22e
fix hangup of golangci-lint on large projects with compilation errors
2018-11-10 14:32:26 +03:00
Denis Isaev
a57bc83d70
On of cases for #260 : fix crash in staticcheck
...
1. Fix crash if deps of analyzed packages weren't compiled.
2. Print deps typechecking errors
3. Fix all issues filtering because of empty go env GOCACHE for go < 1.10
2018-11-07 10:06:55 +03:00