Skip to content

Commit 212983d

Browse files
chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 (#93)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra <[email protected]>
1 parent d973313 commit 212983d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.6.0.0.yaml

lib/src/parser/completion_level.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class CompletionLevel {
3131
/// will be taken as the completion context.
3232
///
3333
/// Example:
34-
/// ```
34+
/// ```bash
3535
/// root_command -f command1 command2 -o
3636
/// ```
3737
/// Consider `root_command` the cli executable and command1` a sub command

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ dependencies:
2121
dev_dependencies:
2222
mocktail: ^1.0.0
2323
test: ^1.24.6
24-
very_good_analysis: ^5.1.0
24+
very_good_analysis: ">=5.1.0 <7.0.0"

0 commit comments

Comments
 (0)