Quellcode durchsuchen

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

Hadrien Croubois vor 1 Monat
Ursprung
Commit
3d479dca04
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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