Sha256: 6ec2705a57f4953de362d9684502dee5a2b418b29a91bec93db8d7a954e5bab9

Contents?: true

Size: 690 Bytes

Versions: 7

Compression:

Stored size: 690 Bytes

Contents

# percy-style

Percy shared style configs.

## Installation

Add this line to your application's Gemfile:

```ruby
group :test, :development do
  gem 'percy-style'
end
```

Or, for a Ruby library, add this to your gemspec:

```ruby
spec.add_development_dependency 'percy-style'
```

And then run:

```bash
$ bundle install
```

## Usage

Create a `.rubocop.yml` with the following directives:

```yaml
inherit_gem:
  percy-style:
    - default.yml
```

Now, run:

```bash
$ bundle exec rubocop
```

You do not need to include rubocop directly in your application's dependences. Percy-style will include a specific version of `rubocop` and `rubocop-rspec` that is shared across all projects.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
percy-style-0.4.4 README.md
percy-style-0.4.3 README.md
percy-style-0.4.2 README.md
percy-style-0.4.1 README.md
percy-style-0.3.0 README.md
percy-style-0.2.0 README.md
percy-style-0.1.0 README.md