Trait x_lint::package::PackageLinter
source · pub trait PackageLinter: Linter {
// Required method
fn run<'l>(
&self,
ctx: &PackageContext<'l>,
out: &mut LintFormatter<'l, '_>
) -> Result<RunStatus<'l>>;
}
Expand description
Represents a linter that runs once per package.