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

Feature : exclusion with glob pattern #58

Merged
merged 2 commits into from
Nov 8, 2021

Conversation

tverhoken
Copy link
Owner

@tverhoken tverhoken commented Oct 6, 2021

Allow glob pattern for exclusion in mutate list. All values starting with a "!" can now use glob pattern in order to specify source code that should not be included for mutations.
These values will be used to filter files list returned from git diff command.

Also, update project's dependencies.

Closes #55

Allow glob pattern for exclusion in `mutate` list. All values starting with a "!" can now use glob pattern in order to specify source code that should not be included for mutations.
These values will be used to filter files list returned from git diff command.

Also, update project's dependencies.
@tverhoken tverhoken added the enhancement New feature or request label Oct 6, 2021
@tverhoken tverhoken self-assigned this Oct 6, 2021
@tverhoken tverhoken merged commit 0e8fe14 into master Nov 8, 2021
@tverhoken tverhoken deleted the feature/glob_pattern_for_exclusion branch November 8, 2021 16:28
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.

Glob patterns do not match
1 participant