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 47a38fd commit f24654eCopy full SHA for f24654e
README.md
@@ -240,7 +240,7 @@ UtilityFunction:
240
241
For a basic overview, run
242
243
-```Ruby
+```bash
244
reek --help
245
```
246
docs/API.md
@@ -143,7 +143,7 @@ string -- 2 warnings:
143
Of course, directory specific configuration and excluded paths are supported as
144
well:
145
146
-```
+```ruby
147
config_hash = {
148
'IrresponsibleModule' => { 'enabled' => false }
149
'spec/samples/three_clean_files/' =>
0 commit comments