瀏覽代碼

Disable foundry lint-on-build to fix CI (#5864)

Hadrien Croubois 1 月之前
父節點
當前提交
3d479dca04
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      foundry.toml

+ 1 - 0
foundry.toml

@@ -13,6 +13,7 @@ fs_permissions = [{ access = "read", path = "./node_modules/hardhat-predeploy/bi
 [lint]
 exclude_lints = ["mixed-case-function", "asm-keccak256", "screaming-snake-case-immutable", "incorrect-shift", "mixed-case-variable"]
 ignore = ["./contracts/interfaces/**/*.sol", "./contracts/mocks/Stateless.sol"]
+lint_on_build = false
 
 [fuzz]
 runs = 5000