Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pub/packages/dart_frog_cli/very_g…
Browse files Browse the repository at this point in the history
…ood_analysis-7.0.0
  • Loading branch information
tomarra authored Dec 18, 2024
2 parents d9be8be + fea901c commit 01dfbb0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dart_frog_auth/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.6.0.0.yaml
include: package:very_good_analysis/analysis_options.7.0.0.yaml
2 changes: 1 addition & 1 deletion packages/dart_frog_auth/lib/dart_frog_auth.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Header auth based middlewares for Dart Frog
library dart_frog_auth;
library;

export 'src/dart_frog_auth.dart';
2 changes: 1 addition & 1 deletion packages/dart_frog_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:
dev_dependencies:
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ">=5.1.0 <7.0.0"
very_good_analysis: ^7.0.0
2 changes: 2 additions & 0 deletions packages/dart_frog_auth/test/src/dart_frog_auth_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Not required for test files
// ignore_for_file: prefer_const_constructors
// Not required for test files
// ignore_for_file: deprecated_member_use_from_same_package
import 'dart:io';

Expand Down

0 comments on commit 01dfbb0

Please sign in to comment.