Module linter Copy item path Source early 🔒 late 🔒 EarlyLintVisitor Visitor struct for EarlyLintPass
es LateLintVisitor Visitor struct for LateLintPass
es LintContext LinterConfig Snippet EarlyLintPass Trait for lints that operate directly on the AST.
Its methods mirror ast::visit::Visit
, with the addition of LintCotext
. LateLintPass Trait for lints that operate on the HIR (High-level Intermediate Representation).
Its methods mirror hir::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. hyperlink 🔒 Creates a hyperlink of the input url.