SaropaLintsPlugin class
Native analyzer plugin for saropa_lints.
Registers all lint rules with the analysis server's PluginRegistry.
Rules extend SaropaLintRule which bridges the callback-based
pattern to the native visitor system.
- Inheritance
-
- Object
- Plugin
- SaropaLintsPlugin
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
PluginRegistry registry) → void -
Registers analysis rules, quick fixes, and assists.
override
-
shutDown(
) → FutureOr< void> -
inherited
-
start(
) → FutureOr< void> -
Loads plugin configuration before rules are registered.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited