Codebase list google-nexus-tools / 6ecfd177-2e3f-4c9b-b7a5-b0e349885561/upstream/5.4 analysis_options.yaml
6ecfd177-2e3f-4c9b-b7a5-b0e349885561/upstream/5.4

Tree @6ecfd177-2e3f-4c9b-b7a5-b0e349885561/upstream/5.4 (Download .tar.gz)

analysis_options.yaml @6ecfd177-2e3f-4c9b-b7a5-b0e349885561/upstream/5.4raw · history · blame

# Defines a default set of lint rules enforced for projects at Google. For
# details and rationale, see
# https://github.com/dart-lang/pedantic#enabled-lints.

include: package:pedantic/analysis_options.yaml

# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.

# Uncomment to specify additional rules.
# linter:
#   rules:
#     - camel_case_types

# analyzer:
#   exclude:
#     - path/to/excluded/files/**