Skip to content

Commit 3f3e74d

Browse files
committed
disable new linter rules (for now)
1 parent 3b54b90 commit 3f3e74d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

packages/ethereum-contracts/foundry.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,18 @@ verbosity = 2
3939

4040
[profile.ci.fuzz]
4141
runs = 1000
42+
43+
[lint]
44+
exclude_lints = [
45+
"asm-keccak256",
46+
"erc20-unchecked-transfer",
47+
"mixed-case-variable",
48+
"unused-import",
49+
"mixed-case-function",
50+
"divide-before-multiply",
51+
"unaliased-plain-import",
52+
"screaming-snake-case-const",
53+
"screaming-snake-case-immutable",
54+
"pascal-case-struct",
55+
"incorrect-shift",
56+
]

0 commit comments

Comments
 (0)