Skip to content

Commit

Permalink
refactor(scoped_deps): upgrade analysis_options (#2717)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Dec 19, 2024
1 parent beee8fe commit 9cf0927
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion packages/scoped_deps/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include: package:very_good_analysis/analysis_options.5.1.0.yaml
include: package:very_good_analysis/analysis_options.7.0.0.yaml
analyzer:
exclude: ["example/**"]
3 changes: 0 additions & 3 deletions packages/scoped_deps/lib/scoped_deps.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
/// A simple dependency injection library built on Zones
library scoped_deps;

export 'src/scoped_deps.dart';
2 changes: 1 addition & 1 deletion packages/scoped_deps/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies:
dev_dependencies:
mocktail: ^1.0.0
test: ^1.0.0
very_good_analysis: ^5.1.0
very_good_analysis: ^7.0.0
1 change: 0 additions & 1 deletion packages/scoped_deps/test/src/scoped_deps_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// ignore_for_file: prefer_const_constructors
import 'package:scoped_deps/scoped_deps.dart';
import 'package:test/test.dart';

Expand Down

0 comments on commit 9cf0927

Please sign in to comment.