diff --git a/foundry.toml b/foundry.toml index e019fcd..583a2a6 100644 --- a/foundry.toml +++ b/foundry.toml @@ -31,7 +31,7 @@ max_test_rejects = 6553600 [lint] # We disabled "incorrect-shift" since it considers `0x32629d58 << (256 - 32)` to be an incorrectly ordered shift. -# We disabled "mixed-case-variable" because it considers parsedVM to be incorrectly cased: `(CoreBridgeVM memory parsedVM,` +# We disabled "mixed-case-variable" because it considers parsedVM to be incorrectly cased: `(CoreBridgeVM memory parsedVM,` # We also disabled other stylistic lint rules since they don't make sense for our test files: # - screaming-snake-case-const # - screaming-snake-case-immutable