Sha256: 42a508ac34793dbc99e4b8cfb11233abf83e6309a5971fad2d408859bbddcf1f

Contents?: true

Size: 751 Bytes

Versions: 4

Compression:

Stored size: 751 Bytes

Contents

# My rubocop setup

Config in `./config`

## Installation

Add `rubocop-rickselby` to your Gemfile:

```ruby

group :development, :test do
  gem "rubocop-rickselby", "~> 0.10", require: false
end
```

Inherit the desired configuration in your `.rubocop.yml`:

```yaml
# .rubocop.yml
inherit_gem:
  rubocop-rickselby:
    - config/default.yml # generic Ruby rules and cops
    - config/rails.yml # Rails-specific rules and cops
    - config/rspec.yml # RSpec-specific rules and cops
    - config/capybara.yml # capybara-specific rules and cops
```

## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/rickselby/rubocop-rickselby.

## License
The gem is available as open source under the terms of the MIT License.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubocop-rickselby-0.12.0 README.md
rubocop-rickselby-0.11.1 README.md
rubocop-rickselby-0.11.0 README.md
rubocop-rickselby-0.10.0 README.md