We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1a117 commit dd178a6Copy full SHA for dd178a6
foundry.toml
@@ -117,6 +117,8 @@
117
]
118
119
[profile.default.lint]
120
+ # Whether to run the linter when building.
121
+ lint_on_build = false
122
# Specifies which lints to run based on severity.
123
severity = [
124
"high",
@@ -146,7 +148,7 @@
146
148
147
149
# Gas
150
# "asm-keccak256",
- # "unwrapped-modifier"
151
+ # "unwrapped-modifier-logic"
152
153
# List of files or patterns to ignore when running the linter (can use glob patterns)
154
ignore = [
0 commit comments