Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
comment_references is broken currently...
  • Loading branch information
ThexXTURBOXx committed Feb 13, 2025
1 parent 065d9f0 commit 18a1bd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ linter:
- close_sinks
- collection_methods_unrelated_type
- combinators_ordering
- comment_references
# - comment_references
- conditional_uri_does_not_exist
- constant_identifier_names
- control_flow_in_finally
Expand Down Expand Up @@ -150,7 +150,6 @@ linter:
- one_member_abstracts
- only_throw_errors
- overridden_fields
- package_api_docs
- package_names
- package_prefixed_library_names
- parameter_assignments
Expand Down Expand Up @@ -212,6 +211,7 @@ linter:
- type_init_formals
- type_literal_in_constant_pattern
- unawaited_futures
- unintended_html_in_doc_comment
- unnecessary_await_in_return
- unnecessary_brace_in_string_interps
- unnecessary_breaks
Expand Down Expand Up @@ -239,7 +239,6 @@ linter:
- unnecessary_to_list_in_spreads
- unreachable_from_main
- unrelated_type_equality_checks
- unsafe_html
- use_build_context_synchronously
- use_colored_box
- use_decorated_box
Expand Down

0 comments on commit 18a1bd8

Please sign in to comment.