Structs§
- Early
Lint Visitor - Visitor struct for
EarlyLintPass
es - Lint
Context
Traits§
- Early
Lint Pass - Trait for lints that operate directly on the AST.
Its methods mirror
solar_ast::visit::Visit
, with the addition ofLintCotext
. - 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.