Skip to content

Commit

Permalink
Update analysis_options
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Mar 6, 2021
1 parent bd3f0a7 commit 8809312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ linter:
# - avoid_types_on_closure_parameters # conflicts with always_specify_types
- avoid_unnecessary_containers
- avoid_unused_constructor_parameters
- avoid_void_async
# - avoid_void_async
# - avoid_web_libraries_in_flutter # not yet tested
- await_only_futures
- camel_case_extensions
Expand All @@ -115,7 +115,7 @@ linter:
- file_names
- flutter_style_todos
- hash_and_equals
- implementation_imports
# - implementation_imports
# - invariant_booleans # too many false positives: https://github.com/dart-lang/linter/issues/811
- iterable_contains_unrelated_type
# - join_return_with_assignment # not required by flutter style
Expand Down

0 comments on commit 8809312

Please sign in to comment.