We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1257be9 commit 28d3cecCopy full SHA for 28d3cec
.gitlab/ci/test.gitlab-ci.yml
@@ -99,7 +99,7 @@ code_quality:
99
allow_failure: true
100
variables:
101
REPORT_FILE: gl-code-quality-report.json
102
- LINT_FLAGS: "--color never --deadline 15m"
+ LINT_FLAGS: "--color never --timeout 15m"
103
OUT_FORMAT: code-climate
104
GOLANGLINT_VERSION: "" # Don't add version suffix to Makefile's GOLANGLINT (use plain golangci-lint from image)
105
before_script:
.golangci.yml
@@ -1,6 +1,6 @@
1
run:
2
concurrency: 8
3
- deadline: 1m
+ timeout: 1m
4
issues-exit-code: 1
5
tests: true
6
skip-dirs:
0 commit comments