linter 0.1.5
linter: ^0.1.5 copied to clipboard
Style linter for Dart.
0.1.5 #
- Added
prefer_is_not_emptylint rule (#143). - Added
type_annotate_public_apislint rule (#24). - Added
avoid_aslint rule (#145). - Fixed
non_constant_identifier_namesrule to special case underscore identifiers in callbacks. - Fix to escape
_s in callback type validation (addresses false positives inalways_specify_types) (#147).
0.1.4 #
- Added
always_declare_return_typeslint rule (#146). - Improved
always_specify_typesto detect missing types in declared identifiers and narrowed source range to the token. - Added
implementation_importslint rule (#33). - Test performance improvements.
0.1.3+5 #
- Added
always_specify_typeslint rule (#144).
0.1.3+4 #
- Fixed linter registry memory leaks.
0.1.3 #
- Fixed various options file parsing issues.
0.1.2 #
- Fixed false positives in
unnecessary_brace_in_string_interplint. Fix #112.
0.1.1 #
- Internal code and dependency constraint cleanup.
0.1.0 #
- Initial stable release.
0.0.2+1 #
- Added machine output option. Fix #69.
- Fixed resolution of files in
lib/to use apackage:URI. Fix #49. - Tightened up
analyzerpackage constraints. - Fixed false positives in
one_member_abstractslint. Fix #64.
0.0.2 #
- Initial push to pub.