Skip to content

Commit 0b4cde2

Browse files
committed
chore: disable gomodcheck on specific repos
1 parent 214cd49 commit 0b4cde2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ customConfig: # custom config for specific orgs or repos
1919
golangci-lint:
2020
enable: false
2121

22+
# temporary disable, will be enabled after fixing the go mod issue in kodo
23+
qbox/kodoe-manager:
24+
gomodcheck:
25+
enable: false
26+
qbox/zrs:
27+
gomodcheck:
28+
enable: false
29+
qbox/logverse:
30+
gomodcheck:
31+
enable: false
32+
2233
qbox/kodo:
2334
golangci-lint:
2435
enable: true

0 commit comments

Comments
 (0)