Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for umbrella projects #21

Open
arturz opened this issue Jun 9, 2023 · 1 comment
Open

Support for umbrella projects #21

arturz opened this issue Jun 9, 2023 · 1 comment

Comments

@arturz
Copy link
Contributor

arturz commented Jun 9, 2023

In order to support umbrella projects there has to be an option to group contexts. Cross-references would only be checked within each context subgroup.

Syntax proposal:

config :contexted,
  contexts: [
    [First.FirstContext, First.SecondContext],
    [Second.FirstContext, Second.SecondContext]
  ]
@rmatteoda
Copy link

Maybe you can configure :contexted in the config file of each app inside umbrella apps instead of using the global config for all contexts? Not sure if using that option the feature that checks cross-references worked as expected or still needs some change.

Another possibility is to add an option in_umbrella: true in the config of :contexted to be detected by the library and run Cross-references for that use case with context grouped by app.

I am open to discussing this feature and contribute with a PR.
Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants