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

Improve 'Unable to open baseline file' message #91

Merged
merged 2 commits into from
Oct 30, 2018

Conversation

KevinHock
Copy link
Collaborator

fix --import->--update comment,
bump to 0.10.5,
hardcode flake8==3.5.0

Copy link
Contributor

@domanchi domanchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix n ship!

'Unable to open baseline file: %s.', filename,
'Unable to open baseline file: {}\n'
'Please create it via\n'
' `detect-secrets scan > .secrets.baseline`\n'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
' `detect-secrets scan > .secrets.baseline`\n'
' `detect-secrets scan > {}`\n'

Remember that we never explicitly enforce a certain baseline filename to be used.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++ I kind of like suggesting it but you're right it's more consistent this way.

@KevinHock KevinHock merged commit 186e31e into master Oct 30, 2018
@KevinHock KevinHock deleted the improve_unable_to_open_baseline_msg branch March 21, 2019 22:04
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