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

Conversation

JSUYA
Copy link
Member

@JSUYA JSUYA commented Mar 6, 2024

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

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 JSUYA merged commit e5a7fb0 into flutter-tizen:master Mar 8, 2024
6 checks passed
JSUYA added a commit to JSUYA/plugins that referenced this pull request Mar 11, 2024
This change is a continuation of this PR.
flutter-tizen#675
This change will enable the lint option below and apply the changes.
And update the SDK version to apply these lint options.
This should be common to all plugins, so apply them together.

- unnecessary_null_comparison
- unawaited_futures
- dangling_library_doc_comments
- no_literal_bool_comparisons
- unnecessary_library_directive
- use_colored_box
- use_enums
- use_string_in_part_of_directives
JSUYA added a commit to JSUYA/plugins that referenced this pull request Mar 12, 2024
This change is a continuation of this PR.
flutter-tizen#675
This change will enable the lint option below and apply the changes.
And update the SDK version to apply these lint options.
This should be common to all plugins, so apply them together.

- unnecessary_null_comparison
- unawaited_futures
- dangling_library_doc_comments
- no_literal_bool_comparisons
- unnecessary_library_directive
- use_colored_box
- use_enums
- use_string_in_part_of_directives
JSUYA added a commit to JSUYA/plugins that referenced this pull request Mar 13, 2024
This change is a continuation of this PR.
flutter-tizen#675
This change will enable the lint option below and apply the changes.
And update the SDK version to apply these lint options.
This should be common to all plugins, so apply them together.

- unnecessary_null_comparison
- unawaited_futures
- dangling_library_doc_comments
- no_literal_bool_comparisons
- unnecessary_library_directive
- use_colored_box
- use_enums
- use_string_in_part_of_directives
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants