Skip to content

Reek Linter Plugin for JetBrains products - IntelliJ and RubyMine

License

Notifications You must be signed in to change notification settings

b67-engineering/intellij-reek-plugin

Repository files navigation

intellij-reek-plugin

Reek Linter Plugin for JetBrains products - IntelliJ and RubyMine.

Sample file

Dependencies

Reek needs to be included in Gemfile or executable path provided in Settings > Tools > Reek Linter after installation.

Installation

You can install the plugin by opening Settings > Plugins > Marketplace and searching for Reek Linter.

Configuration

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.

Credentials

Plugin has been inspired by intellij-protolint.