-
Notifications
You must be signed in to change notification settings - Fork 76
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
coala-quickstart: config files in TOML #335
base: master
Are you sure you want to change the base?
Conversation
Travis tests have failedHey @PrajwalM2212, TravisBuddy Request Identifier: 0c88ac10-ae24-11e9-bf46-bb10ab8761c4 |
Travis tests have failedHey @PrajwalM2212, TravisBuddy Request Identifier: 61693aa0-ae25-11e9-bf46-bb10ab8761c4 |
Travis tests have failedHey @PrajwalM2212, 3rd Buildcoala --non-interactive
TravisBuddy Request Identifier: 4d4408e0-ae28-11e9-bf46-bb10ab8761c4 |
2d45707
to
280acb1
Compare
This PR is the same as PrajwalM2212#1 |
Why the "Changes for Appveyor" commit which actually introduces custom links to your repo? |
@@ -117,7 +117,7 @@ test_script: | |||
python setup.py install | |||
|
|||
- python -m pip install | |||
git+https://github.com/coala/coala#egg=coala | |||
git+https://github.com/PrajwalM2212/coala.git@writer#egg=coala |
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 did you change it?
.travis.yml
Outdated
stage: moban | ||
install: pip install moban | ||
script: .ci/check_moban.sh | ||
# .check_moban: &check_moban |
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.
i think you should not comment this
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.
I have uncommented it. This will .cause the moban check of travis to fail. After coala/coala#6043 is merged, the moban will pass.
@Nosferatul @Makman2 This PR depends on coala/coala#6043. The same was done for |
Hey @PrajwalM2212, TravisCI finished with status TravisBuddy Request Identifier: d5e63f10-b87d-11e9-af6e-3b363318fc0d |
This PR provides coala-quickstart the flexibity to generate configuration files in TOML Closes coala#336
No description provided.