custom_code_analysis 1.2.0 copy "custom_code_analysis: ^1.2.0" to clipboard
custom_code_analysis: ^1.2.0 copied to clipboard

outdated

custom code analysis rules

Usage #

1.Add dependency to pubspec.yaml

dependencies:
  custom_code_analysis: ^1.0.1-dev.1

2.Add configuration to analysis_options.yaml

analyzer:
  plugins:
    - custom_code_analysis

custom_code_analysis:
  exclude:
      - "test/**"
  rules:
    - clickable-widget-uuid-missing
    - avoid-using-show-bottom-modal-sheet
    - avoid-using-show-bottom-sheet
    - avoid-using-show-date-picker
    - avoid-using-show-date-range-picker
    - avoid-using-show-dialog
    - avoid-using-show-general-dialog
    - avoid-using-show-menu
    - avoid-using-show-search
    - avoid-using-show-time-picker
    - avoid-using-color
    - avoid-using-colors
    - override-hash-code-method

Rules #

  • clickable-widget-id-missing
  • avoid-using-show-bottom-modal-sheet
  • avoid-using-show-bottom-sheet
  • avoid-using-show-date-picker
  • avoid-using-show-date-range-picker
  • avoid-using-show-dialog
  • avoid-using-show-general-dialog
  • avoid-using-show-menu
  • avoid-using-show-search
  • avoid-using-show-time-picker
  • avoid-using-color
  • avoid-using-colors
  • override-hash-code-method

Command line tools #

    dart pub run custom_code_analysis:analysis lib
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

custom code analysis rules

License

unknown (LICENSE)

Dependencies

analyzer, analyzer_plugin, args, file, glob, meta, path, pub_semver, quick_log, source_span, uuid, yaml

More

Packages that depend on custom_code_analysis