Skip to content

Commit 2b11b07

Browse files
authored
chore(foundry.toml): disable lint on build (#6)
1 parent b148341 commit 2b11b07

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

foundry.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ optimizer_runs = 999999
88
solc_version = "0.8.26"
99
verbosity = 3
1010

11+
[lint]
12+
lint_on_build = false
13+
1114
[profile.production]
1215
build_info = true
1316
sizes = true

0 commit comments

Comments
 (0)