Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 54fa264

Browse files
committed
chore: add version to plugin name
1 parent 1ab388a commit 54fa264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 4.21.2
44

5-
* fix(avoid-passing-async-when-sync-expected): FutureOr Functions are interpreted as synchronous functions
5+
* fix: correctly handle FutureOr functions for [`avoid-passing-async-when-sync-expected`](https://dartcodemetrics.dev/docs/rules/common/avoid-passing-async-when-sync-expected).
66

77
## 4.21.1
88

lib/src/analyzer_plugin/analyzer_plugin.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AnalyzerPlugin extends ServerPlugin {
3030
List<String> get fileGlobsToAnalyze => const ['*.dart'];
3131

3232
@override
33-
String get name => 'Dart Code Metrics';
33+
String get name => 'Dart Code Metrics $version';
3434

3535
@override
3636
String get version => '1.0.0-alpha.0';

0 commit comments

Comments
 (0)