mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
Prevent Canceling Goroutines in Validator Client (#2324)
* do not cancel assignments goroutines * exclude rule * disable lostcancel for now
This commit is contained in:
committed by
Preston Van Loon
parent
a5da9f2dd6
commit
ccf7beb5f7
@@ -10,6 +10,11 @@
|
||||
"external/*": "Unreachable third party code"
|
||||
}
|
||||
},
|
||||
"lostcancel": {
|
||||
"exclude_files": {
|
||||
"validator/client/runner.go": "No need to cancel right when goroutines begin"
|
||||
}
|
||||
},
|
||||
"nilness": {
|
||||
"exclude_files": {
|
||||
"external/*": "Third party code"
|
||||
@@ -44,6 +49,5 @@
|
||||
"exclude_files": {
|
||||
"external/*": "Third party code"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user