Skip to content
Snippets Groups Projects
Commit 25f26cd5 authored by André Sterba's avatar André Sterba
Browse files

Restore changes of commit d9e61f71

parent 616fe44b
No related branches found
No related tags found
1 merge request!220Bump container to Go version 1.17 and restore linter changes
Pipeline #88388 passed
code-quality:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:latest-alpine
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:v1.42-alpine
stage: analyze
script:
# writes golangci-lint output to gl-code-quality-report.json
......@@ -10,4 +10,3 @@ code-quality:
paths:
- gl-code-quality-report.json
needs: []
\ No newline at end of file
......@@ -30,6 +30,11 @@ linters:
- revive
- gocyclo
- govet
- unused
- staticcheck
- typecheck
- revive
- whitespace
issues:
exclude-use-default: false
max-issues-per-linter: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment