Skip to content

Commit

Permalink
Fix markdown syntax in CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Mar 13, 2017
1 parent 6f8fd28 commit dfef9a0
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,21 @@ Changes made to the engine can be tested locally.

1. Install [the CodeClimate CLI](https://github.com/codeclimate/codeclimate).
1. Create the image (customizing the `IMAGE_NAME` as needed):
```bash
IMAGE_NAME=codeclimate/codeclimate-eslint-test make image
```

```console
IMAGE_NAME=codeclimate/codeclimate-eslint-test make image
```

1. Add the engine to your test `.codeclimate.yml`:
```yaml
engines:
eslint-test:
enabled: true
```

```yaml
engines:
eslint-test:
enabled: true
```
1. Run analyze via the CLI:
```bash
codeclimate analyze --dev
```
```console
codeclimate analyze --dev
```

0 comments on commit dfef9a0

Please sign in to comment.