Skip to content

Commit

Permalink
chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 (#77)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* 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] <support@github.com>

* update analysis files

* fix analysis warnings

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Arra <tarra3@gmail.com>
  • Loading branch information
dependabot[bot] and tomarra authored Dec 19, 2024
1 parent a8bec3a commit 931a340
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:very_good_analysis/analysis_options.6.0.0.yaml
include: package:very_good_analysis/analysis_options.7.0.0.yaml
analyzer:
exclude:
- bricks/**/__brick__
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^6.0.0
very_good_analysis: ^7.0.0
2 changes: 2 additions & 0 deletions test/regionalizations_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.

// Not needed for test files
// ignore_for_file: prefer_const_constructors
// Not needed for test files
// ignore_for_file: avoid_positional_boolean_parameters

import 'package:flutter/material.dart';
Expand Down

0 comments on commit 931a340

Please sign in to comment.