Skip to content

Instantly share code, notes, and snippets.

@bsutton
Created April 3, 2020 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsutton/3a4c1108c6d4fe2d62d4b783f810eb83 to your computer and use it in GitHub Desktop.
Save bsutton/3a4c1108c6d4fe2d62d4b783f810eb83 to your computer and use it in GitHub Desktop.
# 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