2021-05-15 17:58:51 +00:00
|
|
|
include: package:pedantic/analysis_options.yaml
|
|
|
|
|
2017-08-03 16:40:21 +00:00
|
|
|
analyzer:
|
2021-07-08 02:44:27 +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
|
2021-07-08 02:44:27 +00:00
|
|
|
#linter:
|
|
|
|
# rules:
|
|
|
|
# - avoid_slow_async_io
|
|
|
|
# - curly_braces_in_flow_control_structures
|
|
|
|
# - unnecessary_const
|
|
|
|
# - unnecessary_new
|