https://github.com/bsm/rubocop-bsm
https://github.com/bsm/rubocop-bsm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bsm/rubocop-bsm
- Owner: bsm
- License: other
- Created: 2021-01-14T10:31:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T09:44:46.000Z (over 3 years ago)
- Last Synced: 2024-12-17T03:03:04.507Z (over 1 year ago)
- Language: Ruby
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RuboCop BSM
Default [RuboCops](https://github.com/rubocop-hq/rubocop) for Black Square Media's internal projects.
## Usage
In your project folder, add this to your `Gemfile`:
```ruby
gem 'rubocop-bsm'
```
Then, put this into your `.rubocop.yml` file:
```yaml
inherit_gem:
rubocop-bsm:
- rails.yml
inherit_mode:
merge:
- Exclude
```