Altive Lints
Provides all_lint_rules.yaml
that activates all rules and altive_lints.yaml
with Altive recommended rule selection.
Getting started
dev_dependencies:
altive_lints: any
Usage
altive_lints
- Copy analysis_options.yaml to your project root.
- Add your rules if needed.
all_lint_rules
- Copy analysis_options.yaml to your project root.
- Rewrite "altive_lints.yaml" to "all_lint_rules.yaml".
# https://pub-web.flutter-io.cn/packages/altive_lints
include: package:altive_lints/all_lint_rules.yaml
- Add your rules if needed.