Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/traitify/rubocop-traitify
Default Rubocop config for Traitify
https://github.com/traitify/rubocop-traitify
hacktoberfest
Last synced: about 1 month ago
JSON representation
Default Rubocop config for Traitify
- Host: GitHub
- URL: https://github.com/traitify/rubocop-traitify
- Owner: traitify
- Created: 2019-07-24T20:06:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T18:21:10.000Z (11 months ago)
- Last Synced: 2024-11-10T01:24:35.276Z (about 2 months ago)
- Topics: hacktoberfest
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RuboCop Traitify
Traitify's default configuration for [RuboCop](https://github.com/rubocop-hq/rubocop).
## Installation
```
gem "rubocop-traitify"
```## Usage
Add the following to `.rubocop.yml`
```
inherit_gem:
rubocop-traitify: .rubocop_traitify.yml
```## Credit
Heavily influenced by (as well as dependent on) Airbnb's [configuration/plugin](https://github.com/airbnb/ruby)