-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add YAMLLintBear #38
Add YAMLLintBear #38
Conversation
Comment on 7561fd2, file .travis.yml, line 10. too few spaces before comment (comments) Origin: YAMLLintBear, Section: |
Comment on 7561fd2, file .travis.yml, line 12. too few spaces before comment (comments) Origin: YAMLLintBear, Section: |
Comment on 7561fd2, file .travis.yml, line 10. too few spaces before comment (comments) Origin: YAMLLintBear, Section: |
Comment on 7561fd2, file .travis.yml, line 12. too few spaces before comment (comments) Origin: YAMLLintBear, Section: |
.travis.yml
Outdated
@@ -7,9 +7,11 @@ install: true | |||
|
|||
before_script: | |||
- sh -e /etc/init.d/xvfb start | |||
- sleep 10 # give xvfb some time to start | |||
- sleep 10 |
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.
trailing spaces (trailing-spaces)
Origin: YAMLLintBear, Section: yaml
.
.travis.yml
Outdated
- metacity --sm-disable --replace & | ||
- sleep 10 # give metacity some time to start | ||
- sleep 10 |
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.
trailing spaces (trailing-spaces)
Origin: YAMLLintBear, Section: yaml
.
.travis.yml
Outdated
@@ -7,9 +7,11 @@ install: true | |||
|
|||
before_script: | |||
- sh -e /etc/init.d/xvfb start | |||
- sleep 10 # give xvfb some time to start | |||
- sleep 10 |
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.
trailing spaces (trailing-spaces)
Origin: YAMLLintBear, Section: yaml
.
.travis.yml
Outdated
- metacity --sm-disable --replace & | ||
- sleep 10 # give metacity some time to start | ||
- sleep 10 |
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.
trailing spaces (trailing-spaces)
Origin: YAMLLintBear, Section: yaml
.
Added YAMLLintBear in .coafile, check repository for yml issues. Closes #35
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.
Changes look good, but the travis is failing but it is due to another issue not related to this 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.
Looks Good 👍
The other problems in this repo need to be fixed first. |
Added YAMLLintBear for yml files.
Closes #35