_template.md
September 9, 2026 ยท View on GitHub
Severity: <High | Med | Low | Info | Gas | CodeSize>
ID: <str_id>
What it does
Explain the user-visible pattern the lint flags, not how the detector implements the check. Include exclusions only when they help the reader interpret or address a warning.
Why is this bad?
Explain the impact (security, correctness, gas, readability). For a style or policy choice,
replace this heading with ## Why restrict this? and explain the tradeoff.
Example
// triggering example
Use instead:
// non-triggering, recommended example
Configuration
Document any inline-config or foundry.toml options that affect this lint. Omit this section when
the lint has no additional configuration.