From 6e807847af28244bd5ae452f6a116e7d062ef3d3 Mon Sep 17 00:00:00 2001 From: jichangjun Date: Sat, 13 Jul 2024 22:42:39 +0800 Subject: [PATCH] chore: no need to custom config these repos now --- config/config.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index c4ed4f57..82aae569 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -41,16 +41,6 @@ customConfig: # custom config for specific orgs or repos cd website && yarn build && cd .. golangci-lint run --enable-all --timeout=5m0s --allow-parallel-runners=true --print-issued-lines=false --out-format=line-number >> $ARTIFACT/lint.log 2>&1 - qbox/dora-cloud: - golangci-lint: - enable: true - workDir: "next" # go.mod file is in the next directory - - qbox/sofa: - golangci-lint: - enable: true - workDir: "sofa" # go.mod file is in the sofa directory - qbox/user-center: golangci-lint: enable: true