Sha256: f7cb593466276b54b7c9ea289c2f1621740372e9182b84ba275d78bff23ffba2
Contents?: true
Size: 670 Bytes
Versions: 1
Compression:
Stored size: 670 Bytes
Contents
# sevenwire-rubocop Sevenwire shared Rubocop config. ## Installation Add this line to your application's Gemfile: ```ruby group :test, :development do gem 'sevenwire-rubocop', git: "https://github.com/sevenwire/sevenwire-rubocop.git" end ``` And then run: ```bash $ bundle install ``` ## Usage Create a `.rubocop.yml` with the following directives: ```yaml inherit_gem: sevenwire-rubocop: - default.yml ``` Now, run: ```bash $ bundle exec rubocop ``` You do not need to include rubocop directly in your application's dependencies. sevenwire-rubocop will include a specific version of `rubocop` and `rubocop-rspec` that is shared across all projects.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sevenwire-rubocop-1.0.0 | README.md |