Sha256: d07b57a7522de6eae4ef4607f8de0ba7284d434c1eecddb2937af8e6f43784e0

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

# Solargraph Reek

A Reek diagnostics reporter for the Solargraph language server.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'solargraph-reek'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install solargraph-reek

## Usage

Add solargraph-reek to your project's `.solargraph.yml` file:

```
plugins:
- solargraph-reek
reporters:
- reek
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solargraph-reek-0.1.1 README.md
solargraph-reek-0.1.0 README.md