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 103d7b4 commit 8ad8b65Copy full SHA for 8ad8b65
config/config.yaml
@@ -30,6 +30,7 @@ customConfig: # custom config for specific orgs or repos
30
source env.sh
31
cp .golangci.yml src/qiniu.com/kodo/.golangci.yml
32
cd src/qiniu.com/kodo
33
+ export GO111MODULE=auto
34
go mod tidy
35
golangci-lint run --timeout=10m0s --allow-parallel-runners=true --print-issued-lines=false --out-format=line-number >> $ARTIFACT/lint.log 2>&1
36
@@ -54,6 +55,7 @@ customConfig: # custom config for specific orgs or repos
54
55
- "--"
56
args:
57
- |
58
59
cd uc
60
61
0 commit comments