https://github.com/linuxbozo/codeclimate-eclint
CodeClimate engine for eclint
https://github.com/linuxbozo/codeclimate-eclint
codeclimate-engine eclint editorconfig
Last synced: 10 months ago
JSON representation
CodeClimate engine for eclint
- Host: GitHub
- URL: https://github.com/linuxbozo/codeclimate-eclint
- Owner: LinuxBozo
- Created: 2017-05-03T02:30:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T22:06:42.000Z (over 5 years ago)
- Last Synced: 2024-10-19T02:15:26.462Z (over 1 year ago)
- Topics: codeclimate-engine, eclint, editorconfig
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Climage ECLint engine
[](https://circleci.com/gh/LinuxBozo/codeclimate-eclint)
[](https://codeclimate.com/github/LinuxBozo/codeclimate-eclint)
[](https://codeclimate.com/github/LinuxBozo/codeclimate-eclint/coverage)
[](https://codeclimate.com/github/LinuxBozo/codeclimate-eclint)
`codeclimate-eclint` is a Code Climate engine that wraps [ECLint][].
ECLint is a tool for validating or fixing code that doesn't adhere to settings defined in `.editorconfig`. It also infers settings from existing code. See the [EditorConfig Project](http://editorconfig.org/) for details about the `.editorconfig` file.
### Installation
1. If you haven't already, [install the Code Climate CLI][CLI]
2. Run `codeclimate engines:enable eclint`. 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?
If you're running into a Code Climate issue, first look over this project's [GitHub Issues](https://github.com/linuxbozo/codeclimate-eclint/issues), as your question may have already been covered.
[CLI]: https://github.com/codeclimate/codeclimate
[ECLint]: https://github.com/jedmao/eclint