Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit dc620d2

Browse files
authored
bump lints (#108)
1 parent b41ff7a commit dc620d2

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

analysis_options.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,3 @@ include: package:dart_flutter_team_lints/analysis_options.yaml
33
analyzer:
44
language:
55
strict-casts: true
6-
7-
linter:
8-
rules:
9-
- comment_references
10-
- always_declare_return_types
11-
- omit_local_variable_types
12-
- prefer_single_quotes
13-
- unawaited_futures
14-
- use_super_parameters

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dependencies:
1212
async: ^2.5.0
1313

1414
dev_dependencies:
15-
dart_flutter_team_lints: ^2.0.0
16-
test: ^1.16.0
15+
dart_flutter_team_lints: ^3.0.0
16+
test: ^1.16.6

0 commit comments

Comments
 (0)