-
Notifications
You must be signed in to change notification settings - Fork 485
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
Add options for baseline diff minimizing #92
Comments
In an active project these fields can change quite often and make merging and code review slightly more difficult. I would definitely make use of these options if they were available. |
Removing The super tricky thing about this is that there's a reason for each of the fields. For example:
It's currently unclear what we would do for a "minimized baseline" to address the above points. |
What are the benefits of this over
This doesn't change with many multiple users running their
This is tricky, we'd need to change the audit functionality to look only for a secret matching the I don't know if the e.g. |
--no-line-numbers
(in baseline)--no-generated-at
(in baseline)and "Make pre-commit hook only look at the git diff" options.
Are all possible ideas.
The text was updated successfully, but these errors were encountered: