Merge pull request #2031 from AllenZMC/golangci-lint
Enlarge timeout setting of golangci-lint
This commit is contained in:
commit
d607f26b19
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue