Add automated flake8 testing of pull requests#218
Merged
Conversation
The owner of the this repo would need to go to https://travis-ci.org/profile and flip the repository switch __on__ to enable free automated flake8 testing of each pull request. Flake8 will find bugs and code smells.
Member
Author
|
Thanks @harshildarji Can you please turn the Travis testing back on? https://travis-ci.org/TheAlgorithms/Python |
Member
|
@cclauss Actually I do not have enough rights to turn travis testing on. I have assigned both the owners to look into this. |
cclauss
added a commit
to TheAlgorithms/C-Plus-Plus
that referenced
this pull request
Jul 19, 2019
Like TheAlgorithms/Python#218 but for C++. Enables Travis CI to run https://github.com/cpplint/cpplint on every pull request. The owner of the this repo would need to go to https://github.com/TheAlgorithms/C-Plus-Plus and kick off the first build to enable free automated flake8 testing of each pull request. Flake8 will find bugs and code smells. https://docs.travis-ci.com/user/languages/cpp/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The owner of the this repo would need to go to https://travis-ci.org/profile and flip the repository switch on to enable free automated flake8 testing of each pull request. Flake8 will find bugs and code smells.