Skip to content

Casecommons/lint-config-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages