Sha256: 16b4e742799b37e2027dde0fed2b41236759c7ed211d2fb937c9d6359fe24821
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
# Getaround Rubocop Rubocop Cop base configuration for Ruby projects ## Usage First add to your `Gemfile`: ``` gem "getaround-rubocop" ``` ### Ruby Cops In your `.rubocop.yml`: ``` inherit_gem: getaround-rubocop: .rubocop.yml ``` ### With optional Cops In your `.rubocop.yml`: ``` require: - rubocop-rspec inherit_gem: getaround-rubocop: - .rubocop.yml - .rubocop-rspec.yml ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
getaround-rubocop-0.1.1 | README.md |