Skip to content

Commit

Permalink
chore: disable gomodcheck on specific repos
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlJi committed Sep 12, 2024
1 parent 214cd49 commit e80a454
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ customConfig: # custom config for specific orgs or repos
golangci-lint:
enable: false

# temporary disable, will be enabled after fixing the go mod issue in kodo
qbox/kodo-mananager:
gomodcheck:
enable: false
qbox/zrs:
gomodcheck:
enable: false
qbox/logverse:
gomodcheck:
enable: false

qbox/kodo:
golangci-lint:
enable: true
Expand Down

0 comments on commit e80a454

Please sign in to comment.