Initial Commit
This commit is contained in:
parent
869faf2919
commit
0277e5ddc7
13 changed files with 268 additions and 1 deletions
15
analysis_options.yaml
Normal file
15
analysis_options.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
analyzer:
|
||||
strong-mode: true
|
||||
# exclude:
|
||||
# - path/to/excluded/files/**
|
||||
|
||||
# Lint rules and documentation, see http://dart-lang.github.io/linter/lints
|
||||
linter:
|
||||
rules:
|
||||
- cancel_subscriptions
|
||||
- hash_and_equals
|
||||
- iterable_contains_unrelated_type
|
||||
- list_remove_unrelated_type
|
||||
- test_types_in_equals
|
||||
- unrelated_type_equality_checks
|
||||
- valid_regexps
|
||||
Loading…
Add table
Add a link
Reference in a new issue