Skip to content

Commit

Permalink
chore: enable remaining easy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-famedly committed Nov 2, 2023
1 parent 045e5fc commit f9cfa17
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@ linter:
avoid_print: true
cancel_subscriptions: true
discarded_futures: true
non_constant_identifier_names: false # seems to wrongly diagnose static const variables
no_adjacent_strings_in_list: true
no_self_assignments: true
prefer_final_in_for_each: true
prefer_final_locals: true
prefer_single_quotes: true
sort_child_properties_last: true
sort_pub_dependencies: true
test_types_in_equals: true
throw_in_finally: true
unawaited_futures: true
unnecessary_statements: true
unsafe_html: true

non_constant_identifier_names: false # seems to wrongly diagnose static const variables

analyzer:
errors:
todo: ignore
Expand Down

0 comments on commit f9cfa17

Please sign in to comment.