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
- Host: GitHub
- URL: https://github.com/discourse/rubocop-discourse
- Owner: discourse
- License: mit
- Created: 2019-11-18T14:47:49.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-09-30T12:31:23.000Z (8 months ago)
- Last Synced: 2025-09-30T14:42:18.449Z (8 months ago)
- Topics: rubygem
- Language: Ruby
- Homepage:
- Size: 126 KB
- Stars: 5
- Watchers: 22
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```