Sha256: a2510e8cb34cc92140e12bd58aa3684cd030c9c120154aceeaa4743c4564aae9
Contents?: true
Size: 584 Bytes
Versions: 1
Compression:
Stored size: 584 Bytes
Contents
# What is this? Common RuboCop configurations for the codeTakt's project. ## Usage Put this configurations and RuboCop to your `Gemfile`. In general: ```ruby gem 'rubocop-codetakt' ``` Rails product: ```ruby group :development do gem 'rubocop-codetakt', require: false end ``` And then create `.rubocop.yml`. ```yaml inherit_gem: rubocop-codetakt: - config/default.yml - config/rails.yml # optional. - config/rails4.yml # optional. ``` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-codetakt-0.2.3 | README.md |