mirror of
https://github.com/mgechev/revive.git
synced 2025-01-24 03:47:45 +02:00
0df1bb0860
* Support go workspaces when detecting the go version. When a module is part of a workspace, a call to `go list -m` lists all modules in the workspace, and we need to parse multiple modinfos. * Do not invoke `go list` for every package. * Add a go language version override config option for golangci-lint.