correctly exclude light client struct from accessed files

This commit is contained in:
realbigsean
2024-06-26 11:01:10 -07:00
parent 6e98954411
commit 50d0b2f5e6

View File

@@ -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"
]