2020-09-17 20:52:43 +00:00
|
|
|
include: package:pedantic/analysis_options.1.9.0.yaml
|
|
|
|
|
2019-07-30 13:40:07 +00:00
|
|
|
analyzer:
|
2020-09-17 20:52:43 +00:00
|
|
|
errors:
|
|
|
|
# There are currently 175 violations.
|
|
|
|
always_declare_return_types: ignore
|
|
|
|
# There are currently 60 violations.
|
|
|
|
annotate_overrides: ignore
|
|
|
|
# There are currently 200 violations.
|
|
|
|
omit_local_variable_types: ignore
|
|
|
|
# There are currently 20 violations.
|
|
|
|
unawaited_futures: ignore
|
|
|
|
|
2019-07-30 13:40:07 +00:00
|
|
|
strong-mode:
|
|
|
|
implicit-casts: false
|
2020-09-17 20:52:43 +00:00
|
|
|
|
2019-07-30 13:40:07 +00:00
|
|
|
linter:
|
|
|
|
rules:
|
2020-09-24 16:58:50 +00:00
|
|
|
- await_only_futures
|
2019-07-30 13:40:07 +00:00
|
|
|
- empty_constructor_bodies
|
|
|
|
- empty_statements
|
|
|
|
- unnecessary_brace_in_string_interps
|
|
|
|
- valid_regexps
|