VibeCheckPlugin class
Lints that catch AI-generated Dart slop.
All rules are registered as lint rules, which means they are disabled by
default and must be opted into under plugins: vibe_check: diagnostics: in
analysis_options.yaml. This keeps the package conservative: it never forces
strictness onto a project that merely enables the plugin.
- Inheritance
-
- Object
- Plugin
- VibeCheckPlugin
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> -
Initializes any necessary start-up state that is required for this plugin
to run.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited