README.md in rubocop-codetakt-0.2.3 vs README.md in rubocop-codetakt-0.3.0
- old
+ new
@@ -1,8 +1,9 @@
# What is this?
Common RuboCop configurations for the codeTakt's project.
+Based the [onkcop][1].
## Usage
Put this configurations and RuboCop to your `Gemfile`.
@@ -18,18 +19,20 @@
group :development do
gem 'rubocop-codetakt', require: false
end
```
-And then create `.rubocop.yml`.
+And then create `.rubocop.yml`:
```yaml
inherit_gem:
rubocop-codetakt:
- - config/default.yml
+ - config/rubocop.yml
- config/rails.yml # optional.
- - config/rails4.yml # optional.
+ - config/rspec.yml # optional.
```
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
+
+[1]: https://github.com/onk/onkcop