Skip to content

Commit

Permalink
Merge pull request #22 from pedrox-hs/update-lint-rules
Browse files Browse the repository at this point in the history
Update lint rules
  • Loading branch information
kodiakhq[bot] authored Nov 3, 2023
2 parents c459320 + 8cc5de0 commit b54fa29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 5 additions & 1 deletion dart_lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ linter:
- discarded_futures
- join_return_with_assignment
- only_throw_errors
- prefer_const_constructors
- prefer_const_constructors_in_immutables
- prefer_const_declarations
- prefer_const_literals_to_create_immutables
- prefer_final_in_for_each
- prefer_single_quotes
- prefer_relative_imports
- require_trailing_commas
- sort_constructors_first
- unawaited_futures
- unawaited_futures
6 changes: 1 addition & 5 deletions flutter_lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ linter:
- avoid_unnecessary_containers
- avoid_web_libraries_in_flutter
- no_logic_in_create_state
- prefer_const_constructors
- prefer_const_constructors_in_immutables
- prefer_const_declarations
- prefer_const_literals_to_create_immutables
- sized_box_for_whitespace
- sort_child_properties_last
- use_build_context_synchronously
- use_full_hex_values_for_flutter_colors
- use_key_in_widget_constructors
- use_key_in_widget_constructors

0 comments on commit b54fa29

Please sign in to comment.