meowstodon_lint 1.0.0+1
meowstodon_lint: ^1.0.0+1 copied to clipboard
Custom meowstodon lint rules for a more consistent codebase.
Dart analyzer plugin rules for Meowstodon project.
Features #
Rules
- freezed_models
- no_pump_const_duration
- no_register_fallback_value
- one_class_per_file
- one_riverpod_per_file
- provider_remote_data_error_handling
- riverpod_providers
- sheet_layout_lint
- sheet_name_lint
- sheet_show_lint
Getting started #
# analysis_options.yaml
plugins:
meowstodon_lint: ^1.0.0
Usage #
Run dart analyze to see the lints in action.