Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 937 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 937 Bytes

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.