Skip to content

Commit

Permalink
chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Arra <tarra3@gmail.com>
  • Loading branch information
dependabot[bot] and tomarra authored Jul 2, 2024
1 parent d973313 commit 212983d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.5.1.0.yaml
include: package:very_good_analysis/analysis_options.6.0.0.yaml
2 changes: 1 addition & 1 deletion lib/src/parser/completion_level.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CompletionLevel {
/// will be taken as the completion context.
///
/// Example:
/// ```
/// ```bash
/// root_command -f command1 command2 -o
/// ```
/// Consider `root_command` the cli executable and command1` a sub command
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
dev_dependencies:
mocktail: ^1.0.0
test: ^1.24.6
very_good_analysis: ^5.1.0
very_good_analysis: ">=5.1.0 <7.0.0"

0 comments on commit 212983d

Please sign in to comment.