Sha256: 5f3192039264ee88bab4dca923131105535a8f6035f308107783c133b6a7fab1
Contents?: true
Size: 548 Bytes
Versions: 2
Compression:
Stored size: 548 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. ``` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubocop-codetakt-0.2.2 | README.md |
rubocop-codetakt-0.2.1 | README.md |