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

Added ability to enforce strict task name argument matching #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tgiesselmann-ep
Copy link

Hi,

Sometimes the task name matching feature can be a dangerous thing and one might only want to allow exactly matching task names as arguments.

This merge request introduces the ability to add the statement __TASK_NAME_RESOLVER__ = 'strict' to the build file to tell pynt to only accept fully matching task names.

Unit tests have been updated.

Thanks,
Torben

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.

None yet

1 participant