rubopolis
About
This repo is a collection of useful rubocops for Rails project.
These are the list of custom cops in this project right now:
- Migration filename convention
- Time usage
- Query injection prevention
Installation
Add rubopolis gem to you application:
gem 'rubopolis', require: false
Contribute
Contributions are welcome!
- Fork the repository
- Write code and tests
- Submit a PR