invertase/github-action-dart-analyzer

Feature Request: Ignore duplicate annotations from local dependencies

Open

#9 opened on Jan 17, 2022

View on GitHub
 (1 comment) (1 reaction) (1 assignee)TypeScript (10 forks)github user discovery
hacktoberfest

Repository metrics

Stars
 (174 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide