-
Notifications
You must be signed in to change notification settings - Fork 246
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
Some usability improvements to formatting script #6153
base: master
Are you sure you want to change the base?
Conversation
/format |
🌈 Formatted, please merge the changes from this PR |
extras/formatting.sh
Outdated
@@ -4,6 +4,7 @@ set -e | |||
|
|||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" | |||
source_dir="$(dirname "$script_dir")" | |||
since_rev= |
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.
=0 or ="", don't leave it empty.
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.
Done.
ee53f7d
to
84e9fe3
Compare
/format |
🌈 Formatted, please merge the changes from this PR |
extras/formatting.sh --cpp --no-version-check --since master