-
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
Re-activate coala-ci #397
Re-activate coala-ci #397
Conversation
.travis.yml
Outdated
script: ./ci/cibuild | ||
script: | ||
- ./ci/cibuild | ||
- docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci |
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.
is the /app actually working in this case? Shouldn't it point to the projects directory?
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.
See User Docker documentation
.coafile
Outdated
files = **.yml, **.html, **.md, **.js, **.css, **.json | ||
ignore = vendor/**, resources/vendors/**, _site/** | ||
link_ignore_regex = (twitter.com|githubusercontent.com|github.com|gitlab.com|withgoogle.com|clbin.com) |
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.
why do we want to ignore all of these? github links for example might point to our wiki so they should work.
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.
because they return 404 for any bots.
This was the old config.
Someone deleted it, without an issue to describe why.
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.
then please add a comment mentioning that 👍
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.
Here is the removal 6e75373176735 (#297)
@@ -292,6 +292,6 @@ Apart from that, there's also scope to extract useful information from meta file | |||
|
|||
#### Thanks giving! | |||
|
|||
Thanks a lot to all my fellow coalians for making my so far wonderful journey with coala. It's been around 9 months since I started contributing to coala and I've learned a lot till now. A very very special thanks to [Adhityaa](https://gihub.com/adtac) for helping me constantly throughout the summer despite of his own internship. He was quick in doing critical code reviews and absolutely a fun mentor to work with (not to mention the interesting conversations between [Adrian](https://github.com/Adrianzatreanu) and him during the initial weekly meetings). | |||
Thanks a lot to all my fellow coalians for making my so far wonderful journey with coala. It's been around 9 months since I started contributing to coala and I've learned a lot till now. A very very special thanks to [Adhityaa](https://github.com/adtac) for helping me constantly throughout the summer despite of his own internship. He was quick in doing critical code reviews and absolutely a fun mentor to work with (not to mention the interesting conversations between [Adrian](https://github.com/Adrianzatreanu) and him during the initial weekly meetings). |
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.
Is the only change here - -> + ?
If so, why? we now use *, - and + for list points in this file.
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 change here is gihub.com->github.com
@@ -292,6 +292,6 @@ Apart from that, there's also scope to extract useful information from meta file | |||
|
|||
#### Thanks giving! | |||
|
|||
Thanks a lot to all my fellow coalians for making my so far wonderful journey with coala. It's been around 9 months since I started contributing to coala and I've learned a lot till now. A very very special thanks to [Adhityaa](https://gihub.com/adtac) for helping me constantly throughout the summer despite of his own internship. He was quick in doing critical code reviews and absolutely a fun mentor to work with (not to mention the interesting conversations between [Adrian](https://github.com/Adrianzatreanu) and him during the initial weekly meetings). | |||
Thanks a lot to all my fellow coalians for making my so far wonderful journey with coala. It's been around 9 months since I started contributing to coala and I've learned a lot till now. A very very special thanks to [Adhityaa](https://github.com/adtac) for helping me constantly throughout the summer despite of his own internship. He was quick in doing critical code reviews and absolutely a fun mentor to work with (not to mention the interesting conversations between [Adrian](https://github.com/Adrianzatreanu) and him during the initial weekly meetings). |
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 first sentence seems to be Grammatically incorrect.
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.
That is not part of the issue this PR is solving, so it does not belong in this PR.
b4e4ed2
to
b0b3bf7
Compare
ack 2d4e987 |
b0b3bf7
to
6b8b4c8
Compare
ack 6b8b4c8 |
481070b
to
20dcfaf
Compare
And fix one broken link to gihub.com.
ack 20dcfaf |
@rultor merge |
Closes #13