Sha256: 4486c61caa23406f13dd5e41d420d96f723b735542b3faaf45fa8733e5d531a5
Contents?: true
Size: 690 Bytes
Versions: 1
Compression:
Stored size: 690 Bytes
Contents
# farmworx-style Farmworx shared style configs. ## Installation Add this line to your application's Gemfile: ```ruby group :test, :development do gem 'farmworx-style' end ``` Or, for a Ruby library, add this to your gemspec: ```ruby spec.add_development_dependency 'farmworx-style' ``` And then run: ```bash $ bundle install ``` ## Usage Create a `.rubocop.yml` with the following directives: ```yaml inherit_gem: farmworx-style: - default.yml ``` Now, run: ```bash $ bundle exec rubocop ``` You do not need to include rubocop directly in your application's dependencies. Farmworx-style will include a specific version of `rubocop` that is shared across all projects.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
farmworx-style-0.0.1 | README.md |