We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d808fdf commit afb2661Copy full SHA for afb2661
CONTRIBUTING.md
@@ -46,29 +46,29 @@ Take a look at the `reek` list which is the file called `REEK` and find somethin
46
47
To refresh the `reek` list:
48
49
-```bash
+```console
50
bundle exec reek > REEK
51
```
52
53
## Run Tests
54
55
To run all tests
56
57
58
bundle exec rake test
59
60
61
## Lint It
62
63
Run all the default tasks, which includes running the gradually autocorrecting linter, `rubocop-gradual`.
64
65
66
bundle exec rake
67
68
69
Or just run the linter.
70
71
72
bundle exec rake rubocop_gradual:autocorrect
73
74
0 commit comments