Skip to content

feat: add ignoreSubprojects configuration #138

New issue

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

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

Already on GitHub? # to your account

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

# for free to join this conversation on GitHub. Already have an account? # 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