An open API service indexing awesome lists of open source software.

https://github.com/govtechsg/rubopolis

Custom Cops for Rails project
https://github.com/govtechsg/rubopolis

Last synced: 5 days ago
JSON representation

Custom Cops for Rails project

Awesome Lists containing this 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