Skip to content

Commit

Permalink
add lints remove deprecated package_api_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 29, 2024
1 parent 8289118 commit 2f66de0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/process_run/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,20 @@ linter:
rules:
- always_declare_return_types
- avoid_dynamic_calls
- avoid_null_checks_in_equality_operators
- 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
Expand All @@ -50,5 +49,6 @@ linter:
- test_types_in_equals
- throw_in_finally
- unawaited_futures
- unintended_html_in_doc_comment
- unnecessary_statements
- unsafe_html
- unsafe_html

0 comments on commit 2f66de0

Please sign in to comment.