Skip to content

Commit dd178a6

Browse files
committed
chore: do not lint on build
1 parent 5b1a117 commit dd178a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

foundry.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@
117117
]
118118

119119
[profile.default.lint]
120+
# Whether to run the linter when building.
121+
lint_on_build = false
120122
# Specifies which lints to run based on severity.
121123
severity = [
122124
"high",
@@ -146,7 +148,7 @@
146148

147149
# Gas
148150
# "asm-keccak256",
149-
# "unwrapped-modifier"
151+
# "unwrapped-modifier-logic"
150152
]
151153
# List of files or patterns to ignore when running the linter (can use glob patterns)
152154
ignore = [

0 commit comments

Comments
 (0)