Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.55 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.55 KB

Code Climage ECLint engine

CircleCI Code Climate Test Coverage Issue Count

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.

Installation

  1. If you haven't already, install the Code Climate 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, as your question may have already been covered.