Skip to content

Releases: Floating-Dartists/fd_lints

2.5.0

22 May 06:32

Choose a tag to compare

What's Changed

  • chore(deps): bump analyzer_plugin from 0.12.0 to 0.13.0 by @dependabot in #14

Full Changelog: 2.4.0...2.5.0

2.4.0

13 Feb 12:21

Choose a tag to compare

What's Changed

  • chore(deps): bump custom_lint_builder, analyzer_plugin and analyzer by @dependabot in #13
  • Fixed linting rules by hiding LintCode from package:analyzer/error/error.dart
  • Replaced deprecated usage of reportErrorForNode by atNode in custom rules
  • Added rules to core dart.yaml file:
    • document_ignores: Document ignore comments.
    • unnecessary_underscores: Unnecessary underscores can be removed.

Full Changelog: 2.3.1...2.4.0

2.3.1

17 Dec 14:01

Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.3.1

2.2.1

03 May 06:24

Choose a tag to compare

What's Changed

  • chore(deps): bump custom_lint_builder from 0.5.14 to 0.6.4 by @dependabot in #9

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0

20 Sep 08:59
da27c93

Choose a tag to compare

  • Updated analyzer dependency constraints to ">=5.12.0 <7.0.0"
  • Updated custom_lint_builder dependency constraints to ">=0.5.2 <0.6.0"

2.1.0

12 Jul 07:31

Choose a tag to compare

  • Updated documentation of the package
  • Upgraded custom_lint 0.4.0->0.5.0

2.0.1

09 Jun 14:35

Choose a tag to compare

  • Updated documentation of custom rules

2.0.0

05 Jun 14:03
cc504cc

Choose a tag to compare

  • Added rule flutter_style_todos
  • Created custom rules with the package custom_lint
    • avoid_as: Avoid using as keyword ⚠️
    • avoid_non_null_assertion: Avoid using ! operator ⚠️

1.1.1

05 Jun 13:04
5d6bbe4

Choose a tag to compare

  • Added rule invalid_annotation_target as ignored

1.1.0

15 May 09:20

Choose a tag to compare