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
- Host: GitHub
- URL: https://github.com/govtechsg/rubopolis
- Owner: GovTechSG
- License: mit
- Created: 2023-01-17T01:03:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T20:22:24.000Z (about 2 years ago)
- Last Synced: 2025-01-03T03:13:03.572Z (over 1 year ago)
- Language: Ruby
- Size: 32.2 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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