Sha256: bf043934fce96b4943026ca373a7e720535552db7f735f7db1b58ec7d9a4419a
Contents?: true
Size: 423 Bytes
Versions: 2
Compression:
Stored size: 423 Bytes
Contents
# DlssCops DlssCops is a Rubocop configuration gem that holds DLSS's shared Ruby style guide. ## Installation Add this line to your application's Gemfile: ```ruby gem 'dlss_cops' ``` Then execute: $ bundle Then set up your .rubocop.yml` file as such: ```yaml inherit_gem: dlss_cops: "config/rubocop.yml" AllCops: TargetRubyVersion: 2.2 ``` Then you can launch rubocop via: `bundle exec rubocop <options>`
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dlss_cops-0.0.2 | README.md |
dlss_cops-0.0.1 | README.md |