Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 425 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 425 Bytes

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:

  1. Migration filename convention
  2. Time usage
  3. Query injection prevention

Installation

Add rubopolis gem to you application:

gem 'rubopolis', require: false

Contribute

Contributions are welcome!

  1. Fork the repository
  2. Write code and tests
  3. Submit a PR