2020-02-05 23:02:46 +00:00
|
|
|
# include: package:pedantic/analysis_options.yaml
|
2017-08-03 16:40:21 +00:00
|
|
|
analyzer:
|
2020-02-05 23:02:46 +00:00
|
|
|
errors:
|
|
|
|
always_declare_return_types: ignore
|
|
|
|
omit_local_variable_types: ignore
|
|
|
|
prefer_single_quotes: ignore
|
|
|
|
prefer_spread_collections: ignore
|
2018-06-23 03:29:38 +00:00
|
|
|
strong-mode:
|
|
|
|
implicit-casts: false
|
2018-06-08 07:06:26 +00:00
|
|
|
linter:
|
|
|
|
rules:
|
2019-04-08 19:53:07 +00:00
|
|
|
- avoid_slow_async_io
|
2019-05-31 03:49:00 +00:00
|
|
|
- curly_braces_in_flow_control_structures
|
2019-05-02 22:48:31 +00:00
|
|
|
- unnecessary_const
|
|
|
|
- unnecessary_new
|