-
Notifications
You must be signed in to change notification settings - Fork 33
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
Remove comment inconsistencies #80
Conversation
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.
Use Closes
instead of Fixes
in your commit messages.
Your commit message is not in the correct format (hint: one space line is missing)
You have 10 commits which are doing the same thing and changes are small. Use one commit instead.
@li-boxuan updated commits. |
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.
There are 2 other files which have these inconsistencies like
https://github.com/coala/coAST/blob/master/data/Language/x86.yaml
https://github.com/coala/coAST/blob/master/data/Language/JSON.yaml
Please fix these too
Also the commit head could be
Language: Fix comment inconsistencies
It would also be nice if you add a little description for the commit.
@gitmate-bot rebase |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
Remove trailing colons and fix typos Closes coala#68
Automated rebase with GitMate.io was successful! 🎉 |
ack 78e658e |
@gitmate-bot ff |
Hey! I'm GitMate.io! This pull request is being fastforwarded automatically. Please DO NOT push while fastforward is in progress or your changes would be lost permanently |
Automated fastforward with GitMate.io was successful! 🎉 |
Fixes #68