Merge pull request #2031 from AllenZMC/golangci-lint

Enlarge timeout setting of golangci-lint
This commit is contained in:
karmada-bot 2022-06-20 12:07:11 +08:00 committed by GitHub
commit d607f26b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 5m
timeout: 10m
# which dirs to skip: issues from them won't be reported;
# can use regexp here: generated.*, regexp is applied on full path;