meowstodon_lint 1.0.0 copy "meowstodon_lint: ^1.0.0" to clipboard
meowstodon_lint: ^1.0.0 copied to clipboard

Custom meowstodon lint rules

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:
    git:
      url: https://github.com/abraham/meowstodon_lint.git
      ref: 52a60caf33b598b74ed88259f5b9c796550774fb

Usage #

Run dart analyze to see the lints in action.