Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pub/very_good_analysis-6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored Jul 2, 2024
2 parents 5af9831 + d973313 commit 84f4659
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:very_good_analysis/analysis_options.5.1.0.yaml
include: package:very_good_analysis/analysis_options.6.0.0.yaml
linter:
rules:
public_member_api_docs: false
2 changes: 1 addition & 1 deletion example/lib/src/command_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const description = 'Example for cli_completion';
/// {@template example_command_runner}
/// A [CommandRunner] for the CLI.
///
/// ```
/// ```bash
/// $ example_cli --version
/// ```
/// {@endtemplate}
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
args: ^2.3.1
Expand All @@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^5.1.0
very_good_analysis: ^6.0.0

executables:
example_cli:
example_cli:

0 comments on commit 84f4659

Please sign in to comment.