diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2f1dec..c84404d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,5 @@ updates: directory: / schedule: interval: monthly + labels: + - autosubmit diff --git a/lib/src/type_matcher.dart b/lib/src/type_matcher.dart index 500ce0c..c78a3b2 100644 --- a/lib/src/type_matcher.dart +++ b/lib/src/type_matcher.dart @@ -62,7 +62,7 @@ class TypeMatcher extends Matcher { const TypeMatcher( [@Deprecated('Provide a type argument to TypeMatcher and omit the name. ' 'This argument will be removed in the next release.') - String? name]) + String? name]) : _name = // ignore: deprecated_member_use_from_same_package name;