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

https://github.com/bsm/rubocop-bsm


https://github.com/bsm/rubocop-bsm

Last synced: about 1 year ago
JSON representation

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
```