analysis_options.yaml 434 B

1234567891011121314
  1. # Defines a default set of lint rules enforced for
  2. # projects at Google. For details and rationale,
  3. # see https://github.com/dart-lang/pedantic#enabled-lints.
  4. include: package:pedantic/analysis_options.yaml
  5. # For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
  6. # Uncomment to specify additional rules.
  7. # linter:
  8. # rules:
  9. # - camel_case_types
  10. analyzer:
  11. # exclude:
  12. # - path/to/excluded/files/**