Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Add YAMLLintBear #38

wants to merge 1 commit into from

Conversation

aashutoshrathi
Copy link
Member

Added YAMLLintBear for yml files.

Closes #35

@gitmate-bot
Copy link

Comment on 7561fd2, file .travis.yml, line 10.

too few spaces before comment (comments)

Origin: YAMLLintBear, Section: yaml.

@gitmate-bot
Copy link

Comment on 7561fd2, file .travis.yml, line 12.

too few spaces before comment (comments)

Origin: YAMLLintBear, Section: yaml.

@gitmate-bot
Copy link

Comment on 7561fd2, file .travis.yml, line 10.

too few spaces before comment (comments)

Origin: YAMLLintBear, Section: yaml.

@gitmate-bot
Copy link

Comment on 7561fd2, file .travis.yml, line 12.

too few spaces before comment (comments)

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

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

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

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

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.

@aashutoshrathi aashutoshrathi changed the title Added YAMLBear Add YAMLLintBear Nov 1, 2017
Added YAMLLintBear in .coafile,
check repository for yml issues.

Closes #35
Copy link
Member

@Monal5031 Monal5031 left a 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. 👍

Copy link

@neelanshsahai neelanshsahai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good 👍

@jayvdb
Copy link
Member

jayvdb commented Nov 2, 2017

The other problems in this repo need to be fixed first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Check repository for .yml files using YAMLLintBear
5 participants