https://github.com/ableco/rubocop-able
https://github.com/ableco/rubocop-able
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ableco/rubocop-able
- Owner: ableco
- License: mit
- Created: 2019-08-19T14:37:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T19:33:13.000Z (over 2 years ago)
- Last Synced: 2025-10-08T05:23:33.941Z (8 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 2
- Watchers: 58
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RuboCop Able
This repository provides recommended RuboCop configuration for use on Able Ruby projects.
## Installation
**Gemfile**
```ruby
group :development do
gem "rubocop-able", require: false
end
```
**.rubocop.yml**
```yaml
inherit_gem:
rubocop-able:
- config/default.yml
- config/rails.yml
AllCops:
TargetRubyVersion: 2.5
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ableco/rubocop-able.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).