diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00c4e2a..f07c9bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ format: # Taken from https://gitlab.com/gitlab-org/gitlab/-/merge_requests/20404/diffs#diff-content-8071267ea32ba69f24a8bd50bcbddf972c295ce3 # Use default .golangci.yml file from the image if one is not present in the project root. - '[ -e .golangci.yml ] || cp /golangci/.golangci.yml .' - - golangci-lint run --out-format code-climate + - golangci-lint run allow_failure: true compile: