Project

rubopolis

0.0
No release in over 3 years
All custom rubocop for Rails project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 3.12
~> 1.33
~> 0.22
~> 0.9.6

Runtime

 Project Readme

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