|
|
|
|
|
by anttiharju
499 days ago
|
|
As long as a team agrees to have .golangci-version as the source of truth, the people using the tool don't have to worry about having the right version installed, as the wrapper fetches it on demand. Having the wrong version installed between collaborators is problematic as then they may get different results and spend time wondering why. Works across branches and projects. |
|