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.
curl -s "https://get.sdkman.io" | bash
sdk install gradle 8.6
sdk install groovy 4.0.18
sdk use gradle 8.6
sdk use groovy 4.0.18
gradle build
Plugin has been inspired by intellij-protolint.
