You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Golangci-lint <1.58.0 doesn't work because mdm, and >=1.58.0 have
several linter issues. I tried older versions of golang too but I
couldn't find a working combination. Lint has been broken for a while,
merge this as is and fix the linting issues in separate PR.
Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <[email protected]>
$(GO) install github.com/golangci/golangci-lint/cmd/[email protected]# versions prior to 1.58.0 fail because mdm and newer versions have several linting errors...
58
+
$(GO_ENV) golangci-lint run --verbose --build-tags=$(subst$(space),$(comma),$(BUILD_GO_TAGS))$(GOLANGCI_LINT_FLAGS)$(GO_LINT_DIRS) -v $(fixparam)
0 commit comments