dart-lang / linter

Linter for Dart.
https://dart.dev/tools/linter-rules
BSD 3-Clause "New" or "Revised" License
628 stars 170 forks source link

avoid_void_async does not report on methods and local functions named 'main'. #4941

Open srawlins opened 5 months ago

srawlins commented 5 months ago

The idea was to not report top-level functions named 'main'.