README.md in meowcop-1.20.0 vs README.md in meowcop-2.0.0
- old
+ new
@@ -47,27 +47,21 @@
- config/rubocop.yml
# Modify the version if you don't use MRI 2.6.
AllCops:
TargetRubyVersion: 2.6
- # If you use RuboCop with Ruby on Rails, specify TargetRailsVersion(default: 5.0).
- TargetRailsVersion: 5.0
-Rails:
- # If you use RuboCop with Ruby on Rails, turn on this option.
- Enabled: false
-
# You can customize rubocop settings.
# For example.
# Style/FrozenStringLiteralComment:
# Enabled: true
# EnforcedStyle: always
```
### Example
-https://github.com/sideci/meowcop/blob/master/examples/.rubocop.yml
+https://github.com/sider/meowcop/blob/master/examples/.rubocop.yml
## Usage
Just execute RuboCop.
@@ -85,6 +79,6 @@
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/sideci/meowcop.
+Bug reports and pull requests are welcome on GitHub at <https://github.com/sider/meowcop>.