Add dart fixture project

This commit is contained in:
Michal Dorner 2020-10-18 19:57:47 +02:00
parent c7b8acb0d7
commit cd21268493
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
10 changed files with 464 additions and 3 deletions

View file

@ -0,0 +1,14 @@
# 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/**