codeclimate/codeclimate-duplication

unknown command engines:enable

toymachiner62 opened this issue · 2 comments

I just installed the codeclimate cli.

I followed the readme section https://github.com/codeclimate/codeclimate-duplication#installation

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

and I got the error:

$ codeclimate engines:enable duplication
unknown command engines:enable

Thanks for the report, the README here is rather out of date in that regard. I've opened #337 to correct this.

Duplication analysis is enabled by default, so you don't need to do anything to enable it. You can run codeclimate analyze and it will run duplication analysis.

#337 is merged, I'm going to close this, but let me know if there's any further issues here.