Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 32a6d47

Browse files
authored
fix: rollback very_good_analysis to 3.1.0 (#249)
* fix: rollback very_good_analysis to 3.1.0 * chore: reverted analysis in src/my_app
1 parent 50cb3b5 commit 32a6d47

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

brick/hooks/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.4.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.3.1.0.yaml

brick/hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
mason: ^0.1.0-dev.40
88

99
dev_dependencies:
10-
very_good_analysis: ^4.0.0
10+
very_good_analysis: ^3.1.0

src/my_app/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.4.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.3.1.0.yaml
22
linter:
33
rules:
44
public_member_api_docs: false

src/my_app/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,10 +449,10 @@ packages:
449449
dependency: "direct dev"
450450
description:
451451
name: very_good_analysis
452-
sha256: ebc48c51db35beeeec8c414e32f7bd78e612bd7f5992ccb0d46e19edaeb40b08
452+
sha256: "4815adc7ded57657038d2bb2a7f332c50e3c8152f7d3c6acf8f6b7c0cc81e5e2"
453453
url: "https://pub.dev"
454454
source: hosted
455-
version: "4.0.0+1"
455+
version: "3.1.0"
456456
vm_service:
457457
dependency: transitive
458458
description:

src/my_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dev_dependencies:
2020
flutter_test:
2121
sdk: flutter
2222
mocktail: ^0.3.0
23-
very_good_analysis: ^4.0.0
23+
very_good_analysis: ^3.1.0
2424

2525
flutter:
2626
uses-material-design: true

0 commit comments

Comments
 (0)