Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down