diff --git a/packages/process_run/analysis_options.yaml b/packages/process_run/analysis_options.yaml index ec5c087..8a22fa0 100644 --- a/packages/process_run/analysis_options.yaml +++ b/packages/process_run/analysis_options.yaml @@ -25,6 +25,7 @@ linter: rules: - always_declare_return_types - avoid_dynamic_calls + - avoid_null_checks_in_equality_operators - avoid_print - avoid_slow_async_io - cancel_subscriptions @@ -32,14 +33,12 @@ linter: - 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 @@ -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 \ No newline at end of file