Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,29 @@ Take a look at the `reek` list which is the file called `REEK` and find somethin

To refresh the `reek` list:

```bash
```console
bundle exec reek > REEK
```

## Run Tests

To run all tests

```bash
```console
bundle exec rake test
```

## Lint It

Run all the default tasks, which includes running the gradually autocorrecting linter, `rubocop-gradual`.

```bash
```console
bundle exec rake
```

Or just run the linter.

```bash
```console
bundle exec rake rubocop_gradual:autocorrect
```

Expand Down
Loading