dart_code_linter 1.2.0 dart_code_linter: ^1.2.0 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.0 #
- Add fix command
- Add prefer single quotes rule
- Add prefer first or null rule
- Add no blank line before single return rule
- Fix rule avoid dynamic to extensions definition
1.1.5 #
- Removed deprecated fields in analysis options and collection method
- Fix changelog URL for update available warning
1.1.4 #
- Fix some test
- Revert
analyzer
^6.0.0 to ^5.14.0
1.1.3 #
- Fix 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