Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
robmllze committed Nov 11, 2024
1 parent c18364d commit 6721144
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ linter:
prefer_const_constructors_in_immutables: true
prefer_const_constructors: true
prefer_final_fields: true
prefer_function_declarations_over_variables: false
prefer_relative_imports: true
prefer_single_quotes: true
require_trailing_commas: true
Expand All @@ -45,11 +46,11 @@ analyzer:
avoid_type_to_string: error
depend_on_referenced_packages: error
flutter_style_todos: error
invalid_use_of_protected_member: error
invalid_override_of_non_virtual_member: error
invalid_use_of_protected_member: error
no_leading_underscores_for_local_identifiers: error
prefer_final_in_for_each: error
prefer_relative_imports: error
unnecessary_new: error
unrelated_type_equality_checks: error
use_key_in_widget_constructors: error
use_key_in_widget_constructors: error

0 comments on commit 6721144

Please sign in to comment.