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

Commit ff49c51

Browse files
authored
feat: update very good analysis to v5 and fix patch (#104)
1 parent c839bf5 commit ff49c51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

patches/pubspec_publish.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ index 20c444b..b97bba1 100644
1010
+{{^publishable}}publish_to: none{{/publishable}}
1111

1212
environment:
13-
sdk: ">=2.19.0 <3.0.0"
13+
sdk: ">=3.0.0 <4.0.0"

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

src/my_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dev_dependencies:
1818
build_version: ^2.1.1
1919
mocktail: ^0.3.0
2020
test: ^1.24.2
21-
very_good_analysis: ^4.0.0+1
21+
very_good_analysis: ^5.0.0
2222

2323
executables:
2424
my_executable:

0 commit comments

Comments
 (0)