Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ remappings = []
auto_detect_remappings = false
skip = ['*.sol', 'test/*']

[profile.yul.lint]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[profile.yul.lint]
[lint]

Copy link
Author

@mkykadir mkykadir Sep 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this disables linting for all profiles, any specific reason to disable for all of them?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are not using this new foundry feature at the moment

lint_on_build = false

[fmt]
line_length = 100
tab_width = 4
Expand Down