Skip to content

Commit 4cadd02

Browse files
chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 (VeryGoodOpenSource#83)
* chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 Bumps [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/VeryGoodOpenSource/very_good_analysis/releases) - [Changelog](https://github.com/VeryGoodOpenSource/very_good_analysis/blob/main/CHANGELOG.md) - [Commits](VeryGoodOpenSource/very_good_analysis@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: very_good_analysis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * update analysis files * fixing analysis warning --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra <[email protected]>
1 parent 1bd52bd commit 4cadd02

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

.github/dependabot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "daily"
12+
- package-ecosystem: "pub"
13+
directory: "/example"
14+
schedule:
15+
interval: "daily"

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

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

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
dev_dependencies:
2020
flutter_test:
2121
sdk: flutter
22-
very_good_analysis: ^6.0.0
22+
very_good_analysis: ^7.0.0
2323

2424
flutter:
2525
uses-material-design: true

lib/src/sliver_centralized.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'package:flutter/material.dart';
66
/// This is useful for centering a child in a [CustomScrollView].
77
/// {@endtemplate}
88
class SliverCentralized extends StatefulWidget {
9-
/// Constructs a [SliverCentralized]. <br />
9+
/// Constructs a [SliverCentralized].
1010
/// {@macro sliver_centralized}
1111
const SliverCentralized({
1212
required this.child,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ dependencies:
2020
dev_dependencies:
2121
flutter_test:
2222
sdk: flutter
23-
very_good_analysis: ^6.0.0
23+
very_good_analysis: ^7.0.0

0 commit comments

Comments
 (0)