Skip to content

1.10.0

Compare
Choose a tag to compare
@pq pq released this 25 Aug 13:49
49d1ccf

1.10.0

  • improved regular expression parsing performance for common checks
    (camel_case_types, file_names, etc.)
  • (internal) migrated to analyzer 2.1.0 APIs
  • fixed false positive in use_build_context_synchronously in awaits inside
    anonymous functions
  • fixed overridden_fields false positive w/ static fields
  • fixed false positive in avoid_null_checks_in_equality_operators w/
    non-nullable params
  • fixed false positive for deferred imports in prefer_const_constructors