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

feat: add ignoreSubprojects configuration #138

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lauzadis
Copy link

This PR adds support for ignoring groups of projects by adding an ignoreSubprojects configuration. When enabled, the plugin will ignore all projects specified by ignoredProjects and each of those project's subprojects.

For example, with the following project structure and project1 in ignoredProjects, when ignoreSubprojects is enabled, subproject1 and subproject2 will be ignored too.

project1
    > subproject1
    > subproject2
project2

Closes #3

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

Successfully merging this pull request may close these issues.

Support ignoring groups of projects
1 participant