CI: golangci-lint: remove --out-format

errwrp
Martin Dosch 1 year ago
parent 48cc826d33
commit 238af456d2
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -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:

Loading…
Cancel
Save