codeclimate / codeclimate-eslint

Code Climate Engine for ESLint
MIT License
95 stars 93 forks source link

engines:enable doesn't exist any more #381

Open kostajh opened 6 years ago

kostajh commented 6 years ago

Bug Template

Actual Behavior

From the README

Run codeclimate engines:enable eslint. This command both installs the engine and enables it in your .codeclimate.yml file

Result:

unknown command engines:enable

Expected Behavior

What the README says.

Steps to reproduce

  1. Include configurations used in your:
    (1) .codeclimate.yml
    (2) config files for the oss analysis tool.

  2. If possible, use our CLI with the debug option to provide additional info, including any stderr produced by the engine. CODECLIMATE_DEBUG=1 codeclimate analyze -e eslint

Relevant links