Sha256: ca11a0c6ab73e7144edae9a0037ceadc4b09bd3229dc5d63e2e1e29254da1d81

Contents?: true

Size: 611 Bytes

Versions: 9

Compression:

Stored size: 611 Bytes

Contents

# platform-style

Shared style configs for Platform projects.

## Installation

Add this line to your application's Gemfile:
```ruby
group :test, :development do
  gem 'platform-style'
end
```

And then run:
```bash
$ bundle install
```

## Usage

Create a `.rubocop.yml` with the following directives:
```yaml
inherit_gem:
  platform-style:
    - default.yml
```

Now, run:
```bash
$ bundle exec rubocop
```

You do not need to include rubocop directly in your application's dependencies. Platform-style will include specific versions of `rubocop` and associated extensions that is shared across all projects.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
platform-style-0.4.0 README.md
platform-style-0.3.0 README.md
platform-style-0.2.1 README.md
platform-style-0.2.0 README.md
platform-style-0.1.4 README.md
platform-style-0.1.3 README.md
platform-style-0.1.2 README.md
platform-style-0.1.1 README.md
platform-style-0.1.0 README.md