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

Pass executable for code style validator #10

Merged
merged 1 commit into from
Sep 30, 2017

Conversation

robertodr
Copy link
Contributor

I use clang-format-3.9. Using the Trusty images on Travis, ships version 3.5 as clang-format which generated some false positives for my project. I have added an additional validator parameter to prevent this. This could be a stepping stone to provide support for checkers othen than clang-format and for languages other than those covered by clang-format. I have other projects where I would like to use yapf for Python, for example. I aim at filing a PR later on for these additions.

@nikolaykasyanov nikolaykasyanov self-assigned this Aug 30, 2017
@nikolaykasyanov nikolaykasyanov self-requested a review September 10, 2017 15:51
@nikolaykasyanov
Copy link
Contributor

Please word the commit message in Present Simple, like "Passes name of code style validator", the rest is 👍

@robertodr
Copy link
Contributor Author

@nikolaykasyanov Don't know why Travis fails. Could you restart the build?

@nikolaykasyanov
Copy link
Contributor

@robertodr it seems to be crashing on a specific Ruby version (2.3.1)

@nikolaykasyanov
Copy link
Contributor

@robertodr I'm checking if master is affected as well, and if yes, I'll try to deal with it.

@nikolaykasyanov
Copy link
Contributor

@robertodr I'll merge #11 as soon as build is ready, thereafter you can rebase on master. This should fix the issue.

@robertodr
Copy link
Contributor Author

Cool, thanks!

@nikolaykasyanov
Copy link
Contributor

@robertodr here we go!

@robertodr
Copy link
Contributor Author

Rebased! 😸

@nikolaykasyanov nikolaykasyanov merged commit c233e69 into flix-tech:master Sep 30, 2017
@nikolaykasyanov
Copy link
Contributor

Thank you! I'll make a new release on Monday.

@robertodr robertodr deleted the pass-exe branch September 30, 2017 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants