File tree 3 files changed +9
-5
lines changed
pkgs/dart_flutter_team_lints 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.2.1
2
+
3
+ - Depend on the ` 5.0.0 ` release of ` package:lints ` .
4
+ - Removed duplicated lints: ` unnecessary_library_name ` ,
5
+ ` invalid_runtime_check_with_js_interop_types ` , and
6
+ ` unintended_html_in_doc_comment `
7
+
1
8
## 3.2.0
2
9
3
10
- Contributed a (brief) change policy to the readme.
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ linter:
34
34
- sort_pub_dependencies
35
35
- unnecessary_lambdas
36
36
- unnecessary_library_directive
37
- - unnecessary_library_name
38
37
- unnecessary_parenthesis
39
38
- unnecessary_statements
40
39
- use_is_even_rather_than_modulo
@@ -45,11 +44,9 @@ linter:
45
44
- avoid_dynamic_calls
46
45
- comment_references
47
46
- conditional_uri_does_not_exist
48
- - invalid_runtime_check_with_js_interop_types
49
47
- only_throw_errors
50
48
- test_types_in_equals
51
49
- throw_in_finally
52
50
- type_annotate_public_apis
53
51
- unawaited_futures
54
- - unintended_html_in_doc_comment
55
52
- unreachable_from_main
Original file line number Diff line number Diff line change 1
1
name : dart_flutter_team_lints
2
2
description : An analysis rule set used by the Dart and Flutter teams.
3
- version : 3.2.0
3
+ version : 3.2.1
4
4
repository : https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints
5
5
6
6
environment :
7
7
sdk : ^3.5.0
8
8
9
9
dependencies :
10
- lints : ^4 .0.0
10
+ lints : ^5 .0.0
11
11
12
12
dev_dependencies :
13
13
checks : ^0.3.0
You can’t perform that action at this time.
0 commit comments