Skip to content

Commit f87e70e

Browse files
committed
remove keccak warns
1 parent b8fe9e6 commit f87e70e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

foundry.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ no_match_coverage = 'src/libraries/uniswap-v3/UniV3OracleLib.sol|src/libraries/u
2828
[lint]
2929
lint_on_build = true
3030
exclude_lints = [
31-
"mixed-case-function"
31+
"mixed-case-function",
32+
"asm-keccak256"
3233
]
3334
ignore = [
3435
"**/*.t.sol",

0 commit comments

Comments
 (0)