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

Add support for excluding modules #34

Merged
merged 4 commits into from
Apr 16, 2024
Merged

Add support for excluding modules #34

merged 4 commits into from
Apr 16, 2024

Conversation

iurysza
Copy link
Owner

@iurysza iurysza commented Apr 15, 2024

πŸš€ Description

Refactored configuration exclusion logic to use regex patterns. The exclusion mechanism now supports multiple exclusion criteria.

πŸ“„ Motivation and Context

This change addresses the need for a more powerful exclusion mechanism as per user feedback.
Resolves #16

πŸ§ͺ How Has This Been Tested?

  • Unit tests were updated to reflect the new exclusion logic
  • Manual testing in a multi-module project to verify that the regex-based exclusions correctly omit specified configurations and modules from the graph.

πŸ“¦ Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

βœ… Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@iurysza iurysza added the enhancement New feature or request label Apr 15, 2024
@iurysza iurysza changed the title Add module support for excluding modules support Add support for excluding modules Apr 15, 2024
@iurysza iurysza merged commit ee7b225 into main Apr 16, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use regex to exclude modules from graph
1 participant