To enable Reek, add the following to your .hound.yml
file:
reek:
enabled: true
To change the way Reek is configured simply add a .reek
configuration file to your project and configure it according to your team's preferences. Take a look at the Reek documentation for more information.
reek:
enable: true
config_file: .reek
To disable Reek, add the following to your .hound.yml
file:
reek:
enabled: false