-
Notifications
You must be signed in to change notification settings - Fork 37
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
sim-ln/refactor: Update help, add new cmds in Makefile #239
sim-ln/refactor: Update help, add new cmds in Makefile #239
Conversation
Makefile
Outdated
@@ -39,8 +45,8 @@ check-code: | |||
|
|||
stable-output: | |||
@if [ -n "$$(git status --porcelain)" ]; then \ | |||
echo "Error: There are unstaged or uncommitted changes after running 'make check-code'."; \ | |||
exit 1; \ | |||
echo "Error: There are unstaged or uncommitted changes after running 'make check-code'."; \ |
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.
Let's move formatting fixes into a separate commit?
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.
A few high level things that I'd like to get straightened out:
- Formatting changes / trivial typos should go in their own commits (not with functionality)
- Changes should be pushed as fixup commits
Happy for you to do one big restructure + squash to get this right, and then go with fixups thereafter. I know that this may seem overly pedantic, but it makes a big difference to the maintainability of the codebase and our ability to debug it to do things in a standard way.
dc03c80
to
5044fb7
Compare
@carlaKC thank you for your feedback. I have reset the commits to follow your suggestion. Let me know if now it looks you expected. |
7dab2f9
to
bd24179
Compare
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.
LGTM! Thanks for taking the time to fix up commit structure, appreacite it 🙏
No description provided.