Skip to content
Snippets Groups Projects
Commit bf266b80 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

Merge branch 'patch-1' into 'master'

Code Quality Widget

See merge request cocsn/gosdn!50
parents 033d30c4 a600ffcf
No related branches found
No related tags found
1 merge request!50Code Quality Widget
Pipeline #52744 passed
......@@ -14,8 +14,7 @@ code-quality-master:
stage: test
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: manual
- if: $CI_DEFAULT_BRANCH
script:
# writes golangci-lint output to gl-code-quality-report.json
- golangci-lint run --config .ci/.golangci-master.yml --out-format code-climate | tee gl-code-quality-report.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment