dart_code_linter 1.2.1 dart_code_linter: ^1.2.1 copied to clipboard
Dart Code Linter is a software analytics tool that helps developers analyse and improve software quality. Dart Code Linter is based on a fork of Dart Code Metrics.
Changelog #
1.2.1 #
- Fixed generating report file when find issues in the report
1.2.0 #
- Added fix command
- Added prefer single quotes rule
- Added prefer first or null rule
- Added no blank line before single return rule
- Fixed rule avoid dynamic to extensions definition
1.1.5 #
- Removed deprecated fields in analysis options and collection method
- Fixed changelog URL for update available warning
1.1.4 #
- Fixed some test
- Reverted
analyzer
^6.0.0 to ^5.14.0
1.1.3 #
- Fixed some test
1.1.2 #
- Append new presset
analysis_options.1.0.0.yaml
1.1.1 #
- Rename common rules to dart rules
1.1.0 #
- Added new presets
- Removed Angular framework rules
- Added example
1.0.2 #
- Fix: report in IDE'S is adjusted
1.0.1 #
- Automated publishing of packages to pub.dev
1.0.0 #
- Fork: Dart code metrics 5.7.3