-
Notifications
You must be signed in to change notification settings - Fork 344
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
Added logic adding/not adding empty lines when formatting specs based on flag/settings. #2692
Added logic adding/not adding empty lines when formatting specs based on flag/settings. #2692
Conversation
…receiving settings from VSC Extension. Signed-off-by: Jens Johansson <jens.johansson@systemverification.com>
cc8aa18
to
bad202b
Compare
Benchmark Results
Notes
See Workflow log for more details. |
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 good, perhaps you could add a test or two? - https://github.com/getgauge/gauge/blob/master/formatter/formatter_test.go
I am ok to merge this even without a test, but just thought I'd mention this in case this was an oversight :)
And I get your point around preferences. Readability is a good enough reason for me!
…receiving settings from VSC Extension. Signed-off-by: Jens Johansson <jens.johansson@systemverification.com>
Thanks @sriv! No, I did not forget about tests, just waited if you would disregard the change immediately :)
|
@jensakejohansson Thank you for contributing to gauge. Your pull request has been labeled as a release candidate 🎉🎉. Merging this PR will trigger a release. Please bump up the version as part of this PR.Instructions to bump the version can found at CONTRIBUTING.md If the CONTRIBUTING.md file does not exist or does not include instructions about bumping up the version, please looks previous commits in git history to see what changes need to be done. |
Cool! I've labelled this as a release candidate. If you could just bump the version up I'll merge it right away. |
…receiving settings from VSC Extension. Signed-off-by: Jens Johansson <jens.johansson@systemverification.com>
Great, I've made a commit now where I updated to version 1.6.13. 👍 |
Can you merge it now? Seems like an approval is missing. |
To make it work fully a few lines needs to be in the VSC Extension as well, but I hold that until I know if this will be considered.
Further description in issue:
#2693