cool_linter 0.0.2 copy "cool_linter: ^0.0.2" to clipboard
cool_linter: ^0.0.2 copied to clipboard

outdated

cool_linter

Cool linter #

Usage #

  1. Add dependency to pubspec.yaml

    dev_dependencies:
      cool_linter: ^0.0.2
    
  2. Add configuration to analysis_options.yaml

    analyzer:
      plugins:
        - cool_linter
    
    cool_linter:
      exclude_words:
        -
          pattern: Colors
          hint: Use colors from design system instead!
          severity: WARNING
        -
          pattern: Test123{1}
          severity: ERROR
    
  3. Result

example: Screenshot Screenshot Screenshot