This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Commit af68bf0 1 parent 9e4fd7d commit af68bf0 Copy full SHA for af68bf0
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 5.0.0-wip
1
+ ## 5.0.0
2
2
3
3
- ` recommended ` :
4
- - added [ unnecessary_library_name] (https://github.com/dart-lang/lints/issues/181 )
5
4
- added [ invalid_runtime_check_with_js_interop_types] (https://github.com/dart-lang/lints/issues/188 )
5
+ - added [ unnecessary_library_name] (https://github.com/dart-lang/lints/issues/181 )
6
6
- removed [ avoid_null_checks_in_equality_operators] (https://github.com/dart-lang/lints/issues/200 )
7
7
- Updated the SDK lower-bound to 3.5.
8
8
9
- [ unnecessary_library_name ] : https://dart.dev/lints/unnecessary_library_name
10
9
[ invalid_runtime_check_with_js_interop_types ] : https://dart.dev/tools/linter-rules/invalid_runtime_check_with_js_interop_types
10
+ [ unnecessary_library_name ] : https://dart.dev/lints/unnecessary_library_name
11
11
[ avoid_null_checks_in_equality_operators ] : https://dart.dev/tools/linter-rules/avoid_null_checks_in_equality_operators
12
12
13
13
## 4.0.0
Original file line number Diff line number Diff line change 1
1
name : lints
2
- version : 5.0.0-wip
2
+ version : 5.0.0
3
3
description : >
4
4
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
5
5
suggested by the Dart team.
You can’t perform that action at this time.
0 commit comments