Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Conversation

@pq
Copy link
Contributor

@pq pq commented Jun 30, 2021

1.7.0

  • fixed case-sensitive false positive in use_full_hex_values_for_flutter_colors
  • improved try-block and switch statement flow analysis for
    use_build_context_synchronously
  • updated use_setters_to_change_properties to only highlight a method name,
    not the entire body and doc comment
  • updated unnecessary_getters_setters to allow otherwise "unnecessary" getters
    and setters with annotations
  • updated missing_whitespace_between_adjacent_strings to allow String
    interpolations at the beginning and end of String literals
  • updated unnecessary_getters_setters to allow for setters with non-basic
    assignments (for example, ??= or +=)

/cc @bwilkerson @srawlins

@google-cla google-cla bot added the cla: yes label Jun 30, 2021
@coveralls
Copy link

coveralls commented Jun 30, 2021

Coverage Status

Coverage remained the same at 93.994% when pulling 102512a on 1.7.0 into 0f0540b on master.

@pq pq merged commit 422981f into master Jun 30, 2021
@pq pq deleted the 1.7.0 branch June 30, 2021 22:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

4 participants