Skip to content
Snippets Groups Projects
Commit 2fba10c0 authored by Clement Bois's avatar Clement Bois
Browse files

Merge branch 'fix/glc_major_ver-typo' into 'master'

fix: typo in glc_major_ver

Closes #44

See merge request to-be-continuous/golang!77
parents 0a7ea484 e2cb9cfc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment