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 for details about the .editorconfig file.
-
If you haven't already, install the Code Climate CLI
-
Run
codeclimate engines:enable eclint. This command both installs the engine and enables it in your.codeclimate.ymlfile -
You're ready to analyze! Browse into your project's folder and run
codeclimate analyze
If you're running into a Code Climate issue, first look over this project's GitHub Issues, as your question may have already been covered.