Skip to content

Commit

Permalink
Merge branch 'develop' into merchandise_support
Browse files Browse the repository at this point in the history
  • Loading branch information
phuocbitmark committed Nov 6, 2023
2 parents a533aa8 + 283e3b4 commit 0bc4ee4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ linter:
noop_primitive_operations: true
null_check_on_nullable_type_parameter: true
null_closures: true
omit_local_variable_types: true
prefer_adjacent_string_concatenation: true
prefer_collection_literals: true
prefer_conditional_assignment: true
Expand Down Expand Up @@ -92,10 +91,9 @@ linter:
prefer_is_not_operator: true
prefer_iterable_whereType: true
prefer_null_aware_operators: true
prefer_double_quotes: true
prefer_single_quotes: true
prefer_spread_collections: true
prefer_typing_uninitialized_variables: true
require_trailing_commas: true
sized_box_for_whitespace: true
slash_for_doc_comments: true
sort_child_properties_last: true
Expand All @@ -110,7 +108,6 @@ linter:
unnecessary_const: true
unnecessary_constructor_name: true
unnecessary_getters_setters: true
unnecessary_lambdas: true
unnecessary_late: true
unnecessary_library_directive: true
unnecessary_new: true
Expand Down Expand Up @@ -142,7 +139,6 @@ linter:
avoid_print: true
avoid_relative_lib_imports: true
avoid_types_as_parameter_names: true
diagnostic_describe_all_properties: true
discarded_futures: true
empty_statements: true
hash_and_equals: true
Expand Down

0 comments on commit 0bc4ee4

Please sign in to comment.