Codebase list google-nexus-tools / run/39df5714-0382-4c13-a9e4-123f2f7d038c/upstream analysis_options.yaml
run/39df5714-0382-4c13-a9e4-123f2f7d038c/upstream

Tree @run/39df5714-0382-4c13-a9e4-123f2f7d038c/upstream (Download .tar.gz)

analysis_options.yaml @run/39df5714-0382-4c13-a9e4-123f2f7d038c/upstreamraw · 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/**