Skip to content
Snippets Groups Projects
Verified Commit aa6ba7c5 authored by Arash Hatami's avatar Arash Hatami :robot:
Browse files

chore(ci): update lint

parent 6e73d76c
Branches
Tags
No related merge requests found
Pipeline #379 failed with stage
in 2 minutes and 21 seconds
image: golang:1.22.5
variables:
GOLANGCI_LINT_VERSION: "v1.56.2"
GOLANGCI_LINT_VERSION: "v1.59-alpine"
stages:
- check
......@@ -12,7 +12,7 @@ check 1/3:
stage: check
image: golangci/golangci-lint:$GOLANGCI_LINT_VERSION
script:
- golangci-lint run --issues-exit-code 0 --print-issued-lines=false --out-format code-climate:gl-code-quality-report.json,line-number
- golangci-lint run --issues-exit-code 0 --print-issued-lines=true --out-format code-climate:gl-code-quality-report.json,line-number
artifacts:
when: always
reports:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment