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.

Libraries

altive_lints_plugin
Analyzer Plugin implementation used by package:altive_lints.
main