We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1be28 commit e466136Copy full SHA for e466136
packages/analysis_defaults/lib/analysis.yaml
@@ -16,7 +16,6 @@ linter:
16
- matching_super_parameters
17
- no_literal_bool_comparisons
18
- no_self_assignments
19
- - no_wildcard_variable_uses
20
- package_api_docs
21
- prefer_final_fields
22
- prefer_final_in_for_each
packages/analysis_defaults/pubspec.yaml
@@ -3,9 +3,9 @@ description: Analysis defaults for Dart/Flutter site tools.
3
publish_to: none
4
5
environment:
6
- sdk: ^3.2.0
+ sdk: ^3.3.0
7
8
# NOTE: Code is not allowed in this package.
9
# Do not add dependencies besides the underlying lints package.
10
dependencies:
11
- dart_flutter_team_lints: ^2.1.1
+ dart_flutter_team_lints: ^3.0.0
0 commit comments