From 878617c483c36e962ff8f6f3ffdd390ab4a98b29 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 13 Oct 2025 12:21:32 -0400 Subject: [PATCH] foundry.toml update for [profile.lint] --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index bbc8a83..d5aafa2 100644 --- a/foundry.toml +++ b/foundry.toml @@ -12,7 +12,7 @@ viaIR=true gas_reports = ['PartyPool', 'PartyPoolBalancedPair', 'PartyPlanner', 'PartyPoolSwapImpl', 'PartyPoolMintImpl',] fs_permissions = [{ access = "write", path = "chain.json"}] -[lint] +[profile.lint] lint_on_build=false # more annoying than helpful # See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options