mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
434 B
15 lines
434 B
# 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/**
|