Skip to content

Commit

Permalink
Bump to analyzer 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Aug 6, 2023
1 parent e8d00c0 commit c00242a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/model/package_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class PubPackageBuilder implements PackageBuilder {
required DartSdk sdk,
}) =>
analysisOptions
..hint = false
..warning = false
..lint = false,
);

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ^3.0.0

dependencies:
analyzer: ^6.0.0
analyzer: ^6.1.0
args: ^2.4.1
cli_util: ^0.4.0
collection: ^1.17.0
Expand Down

0 comments on commit c00242a

Please sign in to comment.