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 bf2b2fb commit 19fc95dCopy full SHA for 19fc95d
config/config.yaml
@@ -41,16 +41,6 @@ customConfig: # custom config for specific orgs or repos
41
cd website && yarn build && cd ..
42
golangci-lint run --enable-all --timeout=5m0s --allow-parallel-runners=true --print-issued-lines=false --out-format=line-number >> $ARTIFACT/lint.log 2>&1
43
44
- qbox/dora-cloud:
45
- golangci-lint:
46
- enable: true
47
- workDir: "next" # go.mod file is in the next directory
48
-
49
- qbox/sofa:
50
51
52
- workDir: "sofa" # go.mod file is in the sofa directory
53
54
qbox/user-center:
55
golangci-lint:
56
enable: true
0 commit comments