Loading templates/gitlab-ci-golang.yml +1 −1 Original line number Diff line number Diff line Loading @@ -720,7 +720,7 @@ go-ci-lint: - mkdir -p -m 777 reports # produce all reports at once - | glc_ver_major=$(golangci-lint version | cut -d' ' -f4 | cut -d'.' -f1) glc_major_ver=$(golangci-lint version | cut -d' ' -f4 | cut -d'.' -f1) if [[ "$glc_major_ver" == "1" ]] then golangci-lint run --out-format "colored-line-number:stdout,code-climate:reports/go-ci-lint.codeclimate.json,checkstyle:reports/go-ci-lint.checkstyle.xml" $GO_CI_LINT_ARGS Loading Loading
templates/gitlab-ci-golang.yml +1 −1 Original line number Diff line number Diff line Loading @@ -720,7 +720,7 @@ go-ci-lint: - mkdir -p -m 777 reports # produce all reports at once - | glc_ver_major=$(golangci-lint version | cut -d' ' -f4 | cut -d'.' -f1) glc_major_ver=$(golangci-lint version | cut -d' ' -f4 | cut -d'.' -f1) if [[ "$glc_major_ver" == "1" ]] then golangci-lint run --out-format "colored-line-number:stdout,code-climate:reports/go-ci-lint.codeclimate.json,checkstyle:reports/go-ci-lint.checkstyle.xml" $GO_CI_LINT_ARGS Loading