Codebase list google-nexus-tools / run/035f890d-01bb-406a-9be7-ca54b0ee2798/main analysis_options.yaml
run/035f890d-01bb-406a-9be7-ca54b0ee2798/main

Tree @run/035f890d-01bb-406a-9be7-ca54b0ee2798/main (Download .tar.gz)

analysis_options.yaml @run/035f890d-01bb-406a-9be7-ca54b0ee2798/mainraw · 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/**