README.md in ramsey_cop-0.7.3 vs README.md in ramsey_cop-0.8.0
- old
+ new
@@ -1,7 +1,9 @@
# RamseyCop
+[![Gem Version](https://badge.fury.io/rb/ramsey_cop.svg)](https://badge.fury.io/rb/ramsey_cop)
+
Inspired by https://blog.percy.io/share-rubocop-rules-across-all-of-your-repos-f3281fbd71f8
Ramsey shared style configs.
## Why
@@ -28,11 +30,11 @@
```bash
$ rails generate ramsey_cop
```
If you're not in a Rails app, you will need to create a `.rubocop.yml` with the following directives:
-
+ - Note: This will work locally, but will not work with CodeClimate. If you are using CodeClimate, see the documentation linked at the bottom of this page.
```yaml
inherit_gem:
ramsey_cop:
- default.yml
```
@@ -47,5 +49,6 @@
## Documentation
* [Introducing RamseyCop to an existing repository](/documentation/existing-repositories.md)
* [RamseyCop linting in Vim with ALE](/documentation/vim-tips.md)
+* [Integrating RamseyCop with CodeClimate](/documentation/codeclimate-setup.md)