Skip to content

Commit 3d479dc

Browse files
authored
Disable foundry lint-on-build to fix CI (#5864)
1 parent 519184c commit 3d479dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fs_permissions = [{ access = "read", path = "./node_modules/hardhat-predeploy/bi
1313
[lint]
1414
exclude_lints = ["mixed-case-function", "asm-keccak256", "screaming-snake-case-immutable", "incorrect-shift", "mixed-case-variable"]
1515
ignore = ["./contracts/interfaces/**/*.sol", "./contracts/mocks/Stateless.sol"]
16+
lint_on_build = false
1617

1718
[fuzz]
1819
runs = 5000

0 commit comments

Comments
 (0)