Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with analysis_options.yaml in flutter/packages #675

Merged
merged 2 commits into from
Mar 8, 2024

Commits on Mar 6, 2024

  1. Sync with analysis_options.yaml in flutter/packages

    Some packages require package upgrade rather than simple modification
    (ex: google_maps_flutter) Therefore, the rules below are temporarily ignored.
    Any necessary modifications can be applied in a later PR.
    
    flutter/packages#4060
    - unnecessary_null_comparison
    
    flutter/packages#4067
    - unawaited_futures
    
    flutter/packages#5717
    - dangling_library_doc_comments
    - no_literal_bool_comparisons
    - unnecessary_library_directive
    - use_colored_box
    - use_enums
    - use_string_in_part_of_directives
    JSUYA committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2150d03 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Apply review comment

    JSUYA committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b59cb44 View commit details
    Browse the repository at this point in the history