Skip to content

Reek Linter Plugin for JetBrains products - IntelliJ and RubyMine

License

Notifications You must be signed in to change notification settings

serg123e/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.

Building

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

Credentials

Plugin has been inspired by intellij-protolint.

About

Reek Linter Plugin for JetBrains products - IntelliJ and RubyMine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%