Configuration for RuboCop per Case Commons style guide.
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
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