-
Notifications
You must be signed in to change notification settings - Fork 222
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
.coafile: Added .md file extension #678
Conversation
Travis tests have failedHey @SerekKiri, Ruby: 2.5.1docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: 75b9af90-d7a1-11e8-9c01-d7c60254052a |
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.
Ah well see you are adding all .md files to be checked by SpaceConsistencyBear. Your next step should be looking into what this bear does, how it would affect any .md files present in the repo. You should try running this bear locally on your machine and using the bear itself to resolve the issues :)
And also look into https://api.coala.io/en/latest/Developers/Writing_Good_Commits.html#how-to-write-good-commit-messages for writing a better commit message :)
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.
The changes you made applies the SpaceConsistencyBear on the md files also. So now you have to run coala on your local machine and it will suggest some changes to be done on the md files. After doing these changes the Travis will be green again.
You'll also need to change your commit mesaage but that can be left for now.
Also make sure you don't open a new PR make changes to this PR only. All the best 😃 👍
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,
Besides the changes that are requested, your commit doesn't have a commit message.
Please write one as per the guidelines.
Travis tests have failedHey @SerekKiri, Ruby: 2.5.1.ci/build.sh
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: a3728f10-d7b0-11e8-9c01-d7c60254052a |
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.
Thanks for working on this @SerekKiri 😄
The code LGTM. There's a problem in your commit message. You've mentioned something like This commit fixed issue
. Instead it should be Closes
. Please refer to this article to properly edit the commit message as required.
Travis tests have failedHey @SerekKiri, Ruby: 2.5.1.ci/build.sh
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: c83ee3d0-d7b4-11e8-9c01-d7c60254052a |
Travis tests have failedHey @SerekKiri, Ruby: 2.5.1.ci/build.sh
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: 4250aad0-d7b7-11e8-9c01-d7c60254052a |
Travis tests have failedHey @SerekKiri, Ruby: 2.5.1.ci/build.sh
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: a9a5a680-d7b8-11e8-9c01-d7c60254052a |
Travis tests have failedHey @SerekKiri, Ruby: 2.5.1.ci/build.sh
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: 886d5bb0-d7b9-11e8-9c01-d7c60254052a |
Travis tests have failedHey @SerekKiri, Ruby: 2.5.1.ci/build.sh
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: 3e806190-d7ba-11e8-9c01-d7c60254052a |
Travis tests have failedHey @SerekKiri, Ruby: 2.5.1.ci/build.sh
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: 43abd130-d7bb-11e8-9c01-d7c60254052a |
Travis tests have failedHey @SerekKiri, Ruby: 2.5.1.ci/build.sh
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: 2e438300-d7bc-11e8-9c01-d7c60254052a |
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.
Correct typo ussles --> useless
Add --> Adds
files --> file
Add full stop at the end :)
Correct typo ussles --> useless |
4ff4e23
to
3c02d17
Compare
Travis tests have failedHey @SerekKiri, Ruby: 2.5.1docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: 42f98c60-d864-11e8-b9f2-b1fbc111596d |
957706f
to
7e21ebe
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.
As of current you have a pretty messed up commit message and also you have 2 of them. Please fix them.
@ishanSrt We decide on gitter that here it will be two commits |
@@ -93,12 +93,12 @@ difficult to debug things like: | |||
E AssertionError: 0 == 0 : The local bear 'CheckstyleBear' yields no result although it should. | |||
E Running bear CheckstyleBear... | |||
E Running 'java -jar /home/ubuntu/.local/share/coala-bears/CheckstyleBear/checkstyle.jar -c /home/ubuntu/ | |||
.local/share/coala-bears/CheckstyleBear/google.xml /home/ubuntu/coala-bears/tests/java/test_files/ | |||
CheckstyleGood.java' | |||
.local/share/coala-bears/CheckstyleBear/google.xml /home/ubuntu/coala-bears/tests/java/test_files/ |
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.
Not modified yet. You need to add two more spaces here.
.local/share/coala-bears/CheckstyleBear/google.xml /home/ubuntu/coala-bears/tests/java/test_files/ | ||
CheckstyleGood.java' | ||
.local/share/coala-bears/CheckstyleBear/google.xml /home/ubuntu/coala-bears/tests/java/test_files/ | ||
CheckstyleGood.java' |
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 modified.
Ok my bad 😅 then please change the body of the most recent commit |
Changes after executing the SpaceConsistency Bear. Closes coala#529
@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! 🎉 |
This commit add markdown files extension to whitespace consistency rule
Closed issue: #529