mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-09 02:59:42 +00:00
correctly exclude light client struct from accessed files
This commit is contained in:
@@ -45,9 +45,9 @@ excluded_paths = [
|
||||
"tests/.*/whisk",
|
||||
"tests/.*/eip7594",
|
||||
# re-enable once https://github.com/sigp/lighthouse/issues/6002 is resolved
|
||||
"tests/.*/.*/electra/ssz_static/LightClientUpdate",
|
||||
"tests/.*/.*/electra/ssz_static/LightClientFinalityUpdate",
|
||||
"tests/.*/.*/electra/ssz_static/LightClientBootstrap"
|
||||
"tests/.*/electra/ssz_static/LightClientUpdate",
|
||||
"tests/.*/electra/ssz_static/LightClientFinalityUpdate",
|
||||
"tests/.*/electra/ssz_static/LightClientBootstrap"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user