Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Updated lints package, fixed static analysis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DrzwiPercepcji committed Nov 22, 2023
1 parent fcbd361 commit b879eec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/matcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// BSD-style license that can be found in the LICENSE file.

/// Support for specifying test expectations, such as for unit tests.
library matcher;

export 'src/core_matchers.dart';
export 'src/custom_matcher.dart';
export 'src/description.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:

dev_dependencies:
fake_async: ^1.3.0
lints: ^2.0.0
lints: ^3.0.0
test: ^1.23.0

dependency_overrides:
Expand Down

0 comments on commit b879eec

Please sign in to comment.