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

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

Custom rubocop cops used by Discourse
https://github.com/discourse/rubocop-discourse

rubygem

Last synced: 8 months ago
JSON representation

Custom rubocop cops used by Discourse

Awesome Lists containing this project

README

          

# rubocop-discourse

## Usage

Add `gem "rubocop-discourse"` to your Gemfile.
Then add the following to `.rubocop.yml`:

```yml
inherit_gem:
rubocop-discourse: default.yml
```