Skip to content

Commit 51bffb0

Browse files
authored
Merge pull request #654 from Aboling0/main
🎨 Use 'console' instead of 'bash' for code block highlighting
2 parents d808fdf + afb2661 commit 51bffb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,29 @@ Take a look at the `reek` list which is the file called `REEK` and find somethin
4646

4747
To refresh the `reek` list:
4848

49-
```bash
49+
```console
5050
bundle exec reek > REEK
5151
```
5252

5353
## Run Tests
5454

5555
To run all tests
5656

57-
```bash
57+
```console
5858
bundle exec rake test
5959
```
6060

6161
## Lint It
6262

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

65-
```bash
65+
```console
6666
bundle exec rake
6767
```
6868

6969
Or just run the linter.
7070

71-
```bash
71+
```console
7272
bundle exec rake rubocop_gradual:autocorrect
7373
```
7474

0 commit comments

Comments
 (0)