We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba3b70 commit 722a50aCopy full SHA for 722a50a
README.md
@@ -11,7 +11,12 @@ You can find some basic setup instructions and links to the RuboCop OSS project
11
### Installation
12
13
1. If you haven't already, [install the Code Climate CLI](https://github.com/codeclimate/codeclimate).
14
-2. Run `codeclimate engines:enable rubocop`. This command both installs the engine and enables it in your `.codeclimate.yml` file.
+2. Enable the engine by adding the following under `plugins` in your `.codeclimate.yaml`:
15
+ ```yaml
16
+ plugins:
17
+ rubocop:
18
+ enabled: true
19
+ ```
20
3. You're ready to analyze! Browse into your project's folder and run `codeclimate analyze`.
21
22
### Need help?
0 commit comments