Skip to content

Commit

Permalink
refactor(dart_frognew): update to Dart 3 and Very Good Analysis 5 (fe…
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Jun 6, 2023
1 parent a10b854 commit 8e29008
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dart_frog_new.yaml
Expand Up @@ -16,6 +16,5 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
runs_on: macos-latest
working_directory: bricks/dart_frog_new/hooks
analyze_directories: .
2 changes: 1 addition & 1 deletion bricks/dart_frog_new/hooks/analysis_options.yaml
@@ -1,4 +1,4 @@
include: package:very_good_analysis/analysis_options.4.0.0.yaml
include: package:very_good_analysis/analysis_options.5.0.0.yaml

linter:
rules:
Expand Down
4 changes: 2 additions & 2 deletions bricks/dart_frog_new/hooks/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: dart_frog_new_hooks
publish_to: none

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

dependencies:
dart_frog_gen: ^0.4.0
Expand All @@ -12,4 +12,4 @@ dependencies:
dev_dependencies:
mocktail: ^0.3.0
test: ^1.19.2
very_good_analysis: ^4.0.0
very_good_analysis: ^5.0.0

0 comments on commit 8e29008

Please sign in to comment.