Reek Linter Plugin for JetBrains products - IntelliJ and RubyMine.
Reek needs to be included in Gemfile
or executable path provided in Settings > Tools > Reek Linter
after installation.
You can install the plugin by opening Settings > Plugins > Marketplace
and searching for Reek Linter
.
Plugin should work out-of-the box.
You can provide path to .reek.yml
in Settings > Tools > Reek Linter
.
As mentioned in dependencies - You can provide path to Your reek
executable or use default loader that uses project SDK / gems provided in Gemfile
.
Plugin has been inspired by intellij-protolint.