Skip to content

Commit 74af4f5

Browse files
committed
fix: lints
1 parent f958b3f commit 74af4f5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.7.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.yaml

example/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.7.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.yaml
22
linter:
33
rules:
44
public_member_api_docs: false

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
dev_dependencies:
1616
mocktail: ^1.0.4
1717
test: ^1.25.8
18-
very_good_analysis: ^7.0.0
18+
very_good_analysis: ^9.0.0
1919

2020
executables:
2121
example_cli:

lib/src/command_runner/completion_command_runner.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ abstract class CompletionCommandRunner<T> extends CommandRunner<T> {
7171
}
7272

7373
/// The list of commands that should not trigger the auto installation.
74-
static const _reservedCommands = {
74+
static const Set<String> _reservedCommands = {
7575
HandleCompletionRequestCommand.commandName,
7676
InstallCompletionFilesCommand.commandName,
7777
UnistallCompletionFilesCommand.commandName,

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ screenshots:
99
path: doc/screen.png
1010

1111
environment:
12-
sdk: ^3.5.0
12+
sdk: ^3.8.0
1313

1414
dependencies:
1515
args: ^2.5.0
@@ -21,4 +21,4 @@ dependencies:
2121
dev_dependencies:
2222
mocktail: ^1.0.4
2323
test: ^1.25.8
24-
very_good_analysis: ">=7.0.0 <10.0.0"
24+
very_good_analysis: ^9.0.0

0 commit comments

Comments
 (0)