https://github.com/vgsantoniazzi/codeclimate-service
codeclimate-service — Run `codeclimate-cli` automatizated by pull requests. In your machine 👨💻
https://github.com/vgsantoniazzi/codeclimate-service
automation cli codeclimate-cli pull-requests quality
Last synced: 3 months ago
JSON representation
codeclimate-service — Run `codeclimate-cli` automatizated by pull requests. In your machine 👨💻
- Host: GitHub
- URL: https://github.com/vgsantoniazzi/codeclimate-service
- Owner: vgsantoniazzi
- Created: 2016-03-12T22:03:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-13T23:37:25.000Z (about 9 years ago)
- Last Synced: 2025-01-10T16:50:41.395Z (5 months ago)
- Topics: automation, cli, codeclimate-cli, pull-requests, quality
- Language: Elixir
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Welcome to codeclimate_service
This is a microservice to works with Github pull requests and codeclimate-cli.
Always when a pull request is open or update with commits, this this webservice will be called by GitHub and process new instance of codeclimate-cli up on docker.
## Getting Started
From source code:
```
git clone [email protected]:vgsantoniazzi/codeclimate_service.git
cd codeclimate_service
mix deps.get, compile
mix test
mix server
```## Usage
Configure you repository at GitHub to always send a http request to `/webhook`.
Open a new pull request and see this sevice running and beeing a check to merge a new PR.
## Contributing
I :heart: Open source!
[Follow github guides for forking a project](https://guides.github.com/activities/forking/)
[Follow github guides for contributing open source](https://guides.github.com/activities/contributing-to-open-source/#contributing)
## Code status
[](https://travis-ci.org/vgsantoniazzi/codeclimate_service)
## License
codeclimate_service is released under the [MIT license](http://opensource.org/licenses/MIT).