Skip to content

Commit

Permalink
lints update
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Aug 15, 2024
1 parent 8b7430f commit c7fe133
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions sembast_test/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,30 @@ linter:
rules:
- always_declare_return_types
- avoid_dynamic_calls
# - avoid_print
- avoid_slow_async_io
- cancel_subscriptions
- deprecated_member_use_from_same_package
- directives_ordering
- implicit_reopen
- invalid_case_patterns
- invalid_runtime_check_with_js_interop_types
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- no_adjacent_strings_in_list
- no_literal_bool_comparisons
- no_self_assignments
- omit_local_variable_types
- package_api_docs
- package_prefixed_library_names
- prefer_const_constructors
- prefer_const_literals_to_create_immutables
- prefer_if_elements_to_conditional_expressions
- prefer_single_quotes
# - public_member_api_docs
- sort_child_properties_last
- test_types_in_equals
- throw_in_finally
- unawaited_futures
- unnecessary_null_aware_assignments
- unnecessary_statements
- unsafe_html
- prefer_const_constructors

0 comments on commit c7fe133

Please sign in to comment.