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.
11 lines
246 B
11 lines
246 B
6 years ago
|
analyzer:
|
||
|
errors:
|
||
|
# treat missing required parameters as a warning (not a hint)
|
||
|
missing_required_param: warning
|
||
|
# treat missing returns as a warning (not a hint)
|
||
|
missing_return: warning
|
||
|
|
||
|
linter:
|
||
|
rules:
|
||
|
- unawaited_futures
|