invertase/github-action-dart-analyzer

Feature Request: Ignore duplicate annotations from local dependencies

Open

#9 aperta il 17 gen 2022

Vedi su GitHub
 (1 commento) (1 reazione) (1 assegnatario)TypeScript (10 fork)github user discovery
hacktoberfest

Metriche repository

Star
 (174 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor