Skip to content

Commit 3ce9b8c

Browse files
mkykadirgzeoneth
andauthored
fix: disable forge lint_on_build for all profile (#381)
* fix: disable linting on yul only build * chore: disable forge lint_on_build for all profile --------- Co-authored-by: gzeon <h@arry.io>
1 parent 0edf861 commit 3ce9b8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

foundry.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ remappings = []
4646
auto_detect_remappings = false
4747
skip = ['*.sol', 'test/*']
4848

49+
[lint]
50+
lint_on_build = false
51+
4952
[fmt]
5053
line_length = 100
5154
tab_width = 4

0 commit comments

Comments
 (0)