-
Notifications
You must be signed in to change notification settings - Fork 473
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
Changes for Line Exclude regex - Keyword detector #132
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great so far 👍
detect_secrets/plugins/keyword.py
Outdated
identifier, | ||
line_num, | ||
) | ||
output[secret] = secret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
output[secret] = secret
was on the right indentation level, my mistake. (All other lines are indented well 👍 )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay. Reverted it.
https://travis-ci.org/Yelp/detect-secrets/jobs/496360278 shows that a pre-commit hook is failing, I think you can do To fix the file |
Awesome, I’ll merge in the morning. Thank you 👍 |
Thanks @KevinHock! :) |
Issue #131