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

Commit

Permalink
Require Dart 3.2, pub dependencies, cleanup analysis_options
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Dec 14, 2023
1 parent e59f675 commit 6163b6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.3-wip

- Require Dart 3.2.

## 2.2.2

- Added package topics to the pubspec file.
Expand Down
5 changes: 0 additions & 5 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ analyzer:

linter:
rules:
- avoid_returning_null
- avoid_returning_null_for_future
- avoid_unused_constructor_parameters
- cancel_subscriptions
- comment_references
- literal_only_boolean_expressions
- no_adjacent_strings_in_list
- package_api_docs
- prefer_const_constructors
- test_types_in_equals
- unnecessary_await_in_return
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: benchmark_harness
version: 2.2.2
version: 2.2.3-wip
description: The official Dart project benchmark harness.
repository: https://github.com/dart-lang/benchmark_harness

topics:
- benchmarking

environment:
sdk: '>=2.19.0 <3.0.0'
sdk: ^3.2.0

dev_dependencies:
build_runner: ^2.0.0
build_web_compilers: ^3.0.0
dart_flutter_team_lints: ^1.0.0
build_web_compilers: ^4.0.0
dart_flutter_team_lints: ^2.0.0
path: ^1.8.0
test: ^1.16.0

0 comments on commit 6163b6f

Please sign in to comment.