-
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
D.yaml: Fix typo in line 10 "delimiters". #87
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.
Hey,
Please don't open PRs unless you've been assigned yet.
Get it assigned first and then make a PR.
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.
Please update your commit message to comply with https://coala.io/commit
47f4364
to
7613074
Compare
Comment on 7613074, file data/Language/VisualBasic.yaml, line 5. line too long (82 > 80 characters) (line-length) Origin: YAMLLintBear, Section: |
@jayvdb I didn't edit that file which shows (82>80) characters . Also that line is a url link with less chances of reducing two characters. |
@CleverFool77 You can refer to either Javascript.yaml or verilog.yaml where the grammar_file is written in two lines. |
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.
Please fix your commit message to comply with https://coala.io/commit . e.g. remove the :
in the last line, but also recheck everything else about your commit message.
7613074
to
7c0c839
Compare
Comment on 44e054d, file data/Language/VisualBasic.yaml, line 5. line too long (82 > 80 characters) (line-length) Origin: YAMLLintBear, Section: |
The commit fixes the line length in VisualBasic.yaml and typo in D.yaml. |
929e563
to
3543911
Compare
@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 |
Automated rebase with GitMate.io was successful! 🎉 |
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.
Still not compliant with https://coala.io/commit
This fixes typo in and changes it from delimters --> delimiters Also It fixes line-length of "grammar-file" in VisualBasic.yaml Fixes coala#69
503c082
to
405ff9e
Compare
I'll open a new pr and closing this pr for now. |
@CleverFool77, you should never close PRs. |
@utkarsh2102 While comparing for the merge conflict, I got to know that this issue has already been resolved. Since the issue has already been resolved, it's good to close this PR. |
Fixes: #69
I haven't received my Coala organisation invite yet. But I wanted to get started with contributing in Coala, So I made this Pull Request.