invertase/github-action-dart-analyzer

Feature Request: Ignore duplicate annotations from local dependencies

Open

#9 建立於 2022年1月17日

在 GitHub 查看
 (1 留言) (1 反應) (1 負責人)TypeScript (10 fork)github user discovery
hacktoberfest

倉庫指標

Star
 (174 star)
PR 合併指標
 (PR 指標待抓取)

描述

We're following app structure where in top level packages directory we store set of Dart/Flutter dependencies. The analyzer step for the main app detects the same analyzer errors as the package specific one, resulting with duplicate annotations e.g. here in case where const should be applied to the class in the packages/app_ui library:

The request is to:

  • either ignore duplicate annotations
  • allow for ignoring the subdirectory e.g. packages

貢獻者指南