https://github.com/codeclimate-community/codeclimate-watson
Code Climate Analysis Engine for ember-watson
https://github.com/codeclimate-community/codeclimate-watson
Last synced: about 1 year ago
JSON representation
Code Climate Analysis Engine for ember-watson
- Host: GitHub
- URL: https://github.com/codeclimate-community/codeclimate-watson
- Owner: codeclimate-community
- License: mit
- Created: 2015-06-19T13:55:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T16:25:16.000Z (about 3 years ago)
- Last Synced: 2023-08-06T23:41:04.278Z (over 2 years ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 4
- Watchers: 9
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Climate ember-watson Engine
`codeclimate-watson` is a Code Climate engine that wraps [ember-watson](https://github.com/abuiles/ember-watson). You can run it on your command line using the Code Climate CLI, or on our hosted analysis platform.
## Maintainers Wanted
This engine has unfortunately fallen behind both `ember-watson` & Code
Climate's [spec](https://github.com/codeclimate/spec). Our team does not use
Ember, and hasn't had time to keep up on this engine. If you're interested in
helping modernize & maintain this engine, please [comment on the related
issue](https://github.com/codeclimate-community/codeclimate-watson/issues/10)
or get in touch with us at hello@codeclimate.com!
### Installation & Usage
1. If you haven't already, [install the Code Climate CLI](https://github.com/codeclimate/codeclimate).
2. Run `codeclimate engines:enable watson`. This command both installs the engine and enables it in your `.codeclimate.yml` file.
3. You're ready to analyze! Browse into your project's folder and run `codeclimate analyze`.
### Need help?
For help with ember-watson, [check out their documentation](https://github.com/abuiles/ember-watson).
If you're running into a Code Climate issue, first look over this project's [GitHub Issues](https://github.com/codeclimate/codeclimate-watson/issues), as your question may have already been covered. If not, [go ahead and open a support ticket with us](https://codeclimate.com/help).