Releases: Floating-Dartists/fd_lints
Releases · Floating-Dartists/fd_lints
2.5.0
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
What's Changed
- chore(deps): bump custom_lint_builder, analyzer_plugin and analyzer by @dependabot in #13
- Fixed linting rules by hiding
LintCodefrompackage:analyzer/error/error.dart - Replaced deprecated usage of
reportErrorForNodebyatNodein custom rules - Added rules to core
dart.yamlfile:document_ignores: Document ignore comments.unnecessary_underscores: Unnecessary underscores can be removed.
Full Changelog: 2.3.1...2.4.0
2.3.1
What's Changed
- Feat/use const on env constructors by @TesteurManiak in #10
- chore(deps): bump custom_lint_builder from 0.6.10 to 0.7.0 by @dependabot in #11
Full Changelog: 2.2.1...2.3.1
2.2.1
What's Changed
- chore(deps): bump custom_lint_builder from 0.5.14 to 0.6.4 by @dependabot in #9
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: 2.2.0...2.2.1
2.2.0
- Updated
analyzerdependency constraints to">=5.12.0 <7.0.0" - Updated
custom_lint_builderdependency constraints to">=0.5.2 <0.6.0"
2.1.0
- Updated documentation of the package
- Upgraded
custom_lint0.4.0->0.5.0
2.0.1
- Updated documentation of custom rules
2.0.0
- Added rule flutter_style_todos
- Created custom rules with the package custom_lint
avoid_as: Avoid usingaskeyword⚠️ avoid_non_null_assertion: Avoid using!operator⚠️
1.1.1
- Added rule invalid_annotation_target as ignored
1.1.0
- Updated Dart SDK constraints to:
">=2.18.0 <4.0.0" - Added rule unnecessary_breaks