Skip to content

Commit

Permalink
docs(CONTRIBUTING): fix .codeclimate.yml example
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienElet authored and wfleming committed Dec 2, 2016
1 parent 3b0635d commit a6d4fc2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ Changes made to the engine can be tested locally.
IMAGE_NAME=codeclimate/codeclimate-eslint-test make image
```
1. Add the engine to your test `.codeclimate.yml`:
```bash
eslint-test:
enabled: true
```yaml
engines:
eslint-test:
enabled: true
```
1. Run analyze via the CLI:
```bash
Expand Down

0 comments on commit a6d4fc2

Please sign in to comment.