v1.1.0: ci: test fix quality code
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
c30cdc7bfa
commit
6675a35088
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ lint:
|
||||||
stage: check
|
stage: check
|
||||||
before_script: []
|
before_script: []
|
||||||
script:
|
script:
|
||||||
- golangci-lint run --issues-exit-code 1 --print-issued-lines=false --out-format code-climate:gl-code-quality-report.json,line-number
|
- golangci-lint run --issues-exit-code 0 --out-format code-climate | tee gl-code-quality-report.json
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
codequality: gl-code-quality-report.json
|
codequality: gl-code-quality-report.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue