todo: migrate cli to `dart analyze` (#2538)

diff --git a/lib/src/cli.dart b/lib/src/cli.dart
index ec39af0..53fcd72 100644
--- a/lib/src/cli.dart
+++ b/lib/src/cli.dart
@@ -43,6 +43,8 @@
   await runLinter(args, LinterOptions());
 }
 
+/// todo (pq): consider using `dart analyze` where possible
+/// see: https://github.com/dart-lang/linter/pull/2537
 Future runLinter(List<String> args, LinterOptions initialLintOptions) async {
   // Force the rule registry to be populated.
   registerLintRules();