Created
April 3, 2020 03:00
-
-
Save bsutton/3a4c1108c6d4fe2d62d4b783f810eb83 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
- always_declare_return_types | |
analyzer: | |
exclude: lib/templates/*.dart | |
strong-mode: | |
implicit-casts: false | |
implicit-dynamic: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment