diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f670839..563ed969 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ 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 ``` @@ -54,7 +54,7 @@ bundle exec reek > REEK To run all tests -```bash +```console bundle exec rake test ``` @@ -62,13 +62,13 @@ bundle exec rake test 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 ```