custom_code_analysis 0.0.9+2-dev copy "custom_code_analysis: ^0.0.9+2-dev" to clipboard
custom_code_analysis: ^0.0.9+2-dev copied to clipboard

outdated

custom code analysis rules

Usage #

1.Add dependency to pubspec.yaml

dependencies:
  custom_code_analysis: ^0.0.9+2-dev

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-colors

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-colors
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

custom code analysis rules

License

unknown (LICENSE)

Dependencies

analyzer, analyzer_plugin, glob, path, pub_semver, quick_log, source_span, uuid, yaml

More

Packages that depend on custom_code_analysis