altive_lints_plugin 1.0.0
altive_lints_plugin: ^1.0.0 copied to clipboard
Analyzer Plugin providing Altive custom lint rules, fixes, and assists.
Altive Lints Plugin #
Analyzer Plugin implementation for altive_lints.
It provides Altive custom lint rules, fixes, and assists.
Most users should not add this package to pubspec.yaml. Instead, install
altive_lints and include its analysis options:
# pubspec.yaml
dev_dependencies:
altive_lints: ^4.0.0
# analysis_options.yaml
include: package:altive_lints/altive_lints.yaml
The analysis server resolves this plugin separately from the consuming pub
workspace. See the
altive_lints README for available
rules and configuration.