Skip to content

Add forge lint config#97

Merged
taylanpince merged 1 commit intomasterfrom
foundry-lint
Nov 13, 2025
Merged

Add forge lint config#97
taylanpince merged 1 commit intomasterfrom
foundry-lint

Conversation

@ScreamingHawk
Copy link
Copy Markdown
Collaborator

This config suppresses warnings about the use of keccak256 and variable name casing.

Intentionally missing Info level severity. Otherwise we need this to cover all warnings thrown:

exclude_lints = [
  "asm-keccak256",
  "mixed-case-variable",
  "mixed-case-function",
  "screaming-snake-case-immutable",
  "screaming-snake-case-const",
  "unaliased-plain-import",
]

@taylanpince taylanpince merged commit 88b41d5 into master Nov 13, 2025
1 check passed
@taylanpince taylanpince deleted the foundry-lint branch November 13, 2025 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants