Module linter

Source

Structs§

EarlyLintVisitor
Visitor struct for EarlyLintPasses
LintContext

Traits§

EarlyLintPass
Trait for lints that operate directly on the AST. Its methods mirror solar_ast::visit::Visit, with the addition of LintCotext.
Lint
Linter
Trait representing a generic linter for analyzing and reporting issues in smart contract source code files. A linter can be implemented for any smart contract language supported by Foundry.