Skip to content

Releases: dart-lang/lints

package:lints v4.0.0

09 May 16:33
f0205c1
Compare
Choose a tag to compare
  • core:
    • added library_annotations (#177)
    • added no_wildcard_variable_uses (#139)
    • removed package_prefixed_library_names (#172)
  • recommended:
    • removed library_names (#181)
  • Updated the SDK lower-bound to 3.1.
  • Add a section on upgrading to the latest lint set to the readme.

package:lints v3.0.0

18 Oct 15:33
975c687
Compare
Choose a tag to compare
  • core:
    • added collection_methods_unrelated_type
    • added dangling_library_doc_comments
    • added implicit_call_tearoffs
    • added secure_pubspec_urls
    • added type_literal_in_constant_pattern
    • added use_string_in_part_of_directives
    • removed iterable_contains_unrelated_type
    • removed list_remove_unrelated_type
    • removed no_wildcard_variable_uses
  • recommended:
    • added unnecessary_to_list_in_spreads
    • added use_super_parameters
    • removed prefer_equal_for_default_values
    • removed prefer_void_to_null
  • Add info about which lints have quick fixes to the package's readme.
  • Move the list of lint rules from the readme to a separate
    rules.md file.

package:lints v3.0.0-beta.2

28 Sep 17:03
624a09d
Compare
Choose a tag to compare
  • Add dangling_library_doc_comments to core.
  • Remove no_wildcard_variable_uses from core.
  • Remove prefer_void_to_null from recommended.

package:lints v3.0.0-beta

26 Sep 16:07
c266a04
Compare
Choose a tag to compare
  • core:
    • added collection_methods_unrelated_type
    • added implicit_call_tearoffs
    • added no_wildcard_variable_uses
    • added secure_pubspec_urls
    • added type_literal_in_constant_pattern
    • added use_string_in_part_of_directives
    • removed iterable_contains_unrelated_type
    • removed list_remove_unrelated_type
  • recommended:
    • added unnecessary_to_list_in_spreads
    • added use_super_parameters
    • removed prefer_equal_for_default_values
  • Add info about which lints have quick fixes to the package's readme.
  • Move the list of lint rules from the readme to a separate
    rules.md file.

package:lints v2.1.1

02 Jun 21:08
fc74ce0
Compare
Choose a tag to compare
  • Added the analysis and lints topics to the pubspec file.
  • Update the package's readme to include the list of lint rules that
    package:lints/core.yaml and package:lints/recommended.yaml include.