chore: enable remaining easy lints
This commit is contained in:
parent
8b8a647cf9
commit
9a39a78a86
|
|
@ -8,15 +8,20 @@ linter:
|
||||||
avoid_print: true
|
avoid_print: true
|
||||||
cancel_subscriptions: true
|
cancel_subscriptions: true
|
||||||
discarded_futures: true
|
discarded_futures: true
|
||||||
non_constant_identifier_names: false # seems to wrongly diagnose static const variables
|
no_adjacent_strings_in_list: true
|
||||||
prefer_final_in_for_each: true
|
prefer_final_in_for_each: true
|
||||||
prefer_final_locals: true
|
prefer_final_locals: true
|
||||||
prefer_single_quotes: true
|
prefer_single_quotes: true
|
||||||
sort_child_properties_last: true
|
sort_child_properties_last: true
|
||||||
sort_pub_dependencies: true
|
sort_pub_dependencies: true
|
||||||
|
test_types_in_equals: true
|
||||||
|
throw_in_finally: true
|
||||||
unawaited_futures: true
|
unawaited_futures: true
|
||||||
|
unnecessary_statements: true
|
||||||
unsafe_html: true
|
unsafe_html: true
|
||||||
|
|
||||||
|
non_constant_identifier_names: false # seems to wrongly diagnose static const variables
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
errors:
|
errors:
|
||||||
todo: ignore
|
todo: ignore
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue