diff --git a/foundry.toml b/foundry.toml index a41af7094..d09cdf554 100644 --- a/foundry.toml +++ b/foundry.toml @@ -12,4 +12,7 @@ fs_permissions = [{ access = "read", path = "node_modules/@offchainlabs/stableco [fmt] number_underscore = 'thousands' line_length = 100 -# See more config options https://github.com/foundry-rs/foundry/tree/master/config \ No newline at end of file +# See more config options https://github.com/foundry-rs/foundry/tree/master/config + +[lint] +lint_on_build = false \ No newline at end of file