Evan Farrer
Evan Farrer
After thinking about this more perhaps a better solution would be to truncate the value instead of increasing the limit. PR for truncating the value https://github.com/quasilyte/go-ruleguard/pull/71
It looks like kallax uses https://github.com/src-d/go-parse-utils for parsing go files. The go-parse-utils library exposes GOPATH as a first class concept `parsutils.GoPath`, `parseutils.DefaultGoPath` so I think a required step for making...
@jkowalski Thank you for the detailed report and sorry I introduced a regression. I'm investigating fixes and will hopefully have a fix soon.
@jkowalski I apologize for the delay in addressing this. I'm going to chalk this one up to COVID fog. I discovered that my refactor was misguided, it made the code...
Thanks for posting this PR. The unit tests pass, but I'm concerned this may introduce a bug. For example on lines 99-101 of iothreottler.go we account for a variable of...