From 253ed96c92437608695b6567abdedbbeea2a18f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Claudio=20Nale?= Date: Mon, 12 Jan 2026 15:45:54 -0300 Subject: [PATCH] misc: typo in `foundry.toml` --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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