Skip to content

Commit de9d1f1

Browse files
committed
chore: upgrade very_good_analysis version; fix code comment formatting
1 parent 17bd616 commit de9d1f1

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
build:
2323
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
2424
with:
25-
flutter_channel: stable
25+
flutter_channel: stable
26+
min_coverage: 1

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.5.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.6.0.0.yaml

lib/src/common.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ abstract class AsyncValue<T> {
156156
/// (err) => err is! FormatException,
157157
/// );
158158
/// }
159-
/// ```
159+
/// ```dart
160160
static Future<AsyncValue<T>> guard<T>(
161161
Future<T> Function() future, [
162162
bool Function(Object)? test,

0 commit comments

Comments
 (0)