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

#454 Fix - Malformed talismanrc should not be ignored and raise error #458

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

Conversation

deepthirera
Copy link
Collaborator

This pull request introduces a fix for issue #454. Now, encountering an invalid .talismanrc file will trigger an error message. This enhancement is particularly beneficial when using custom patterns through the custom_patterns option.

Previously, an invalid .talismanrc file might be silently ignored, especially if it contained extraneous lines or tabs. This could lead to undetected issues with any custom patterns defined within the file. By implementing error handling, we ensure that invalid configurations are caught promptly, preventing potential problems.

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

2 participants