From 6986e6bd3031af81e773a6ef9cafbbdf621b7536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Tue, 25 Nov 2025 16:59:09 +0100 Subject: [PATCH] improve lint --- foundry.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index 5803d379..1f443397 100644 --- a/foundry.toml +++ b/foundry.toml @@ -51,6 +51,12 @@ remappings = [ [lint] lint_on_build = false +ignore = [ + "test/**/*", + "script/**/*", + "src/contracts/pendle/*", + "src/contracts/utils/*", +] [fuzz] runs = 1_000 @@ -83,4 +89,4 @@ remappings_location = "config" mainnet = "${PROVIDER_URL}" sonic = "${SONIC_URL}" -# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options \ No newline at end of file +# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options