Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 744 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 744 Bytes

Case Commons Ruby lint config

Configuration for RuboCop per Case Commons style guide.

Usage

Add to Gemfile in your project:

gem 'lint-config-ruby', git: 'https://github.com/Casecommons/lint-config-ruby.git'

Then use inherit_gem to include the configuration in your own project. For example:

# .rubocop.yml

inherit_gem:
  lint-config-ruby:
    - default.yml

Publish a release

In order to publish a release to artifactory, you can run the following command

Please make sure to update the version in the .gemspec file before pushing a release.

rake release