https://github.com/fastruby/rubocop-ombu_labs
RuboCop cop to enforce OmbuLabs and FastRuby.io branding
https://github.com/fastruby/rubocop-ombu_labs
Last synced: about 2 months ago
JSON representation
RuboCop cop to enforce OmbuLabs and FastRuby.io branding
- Host: GitHub
- URL: https://github.com/fastruby/rubocop-ombu_labs
- Owner: fastruby
- License: mit
- Created: 2020-10-05T17:00:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-05T17:38:00.000Z (about 5 years ago)
- Last Synced: 2025-01-10T16:44:28.168Z (12 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RuboCop::OmbuLabs
This gem adds rules to RuboCop to detect misspelled OmbuLabs and FastRuby.io names.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rubocop-ombu_labs', require: false, github: "fastruby/rubocop-ombu_labs", branch: :main
```
And then execute:
$ bundle install
## Usage
Add the RuboCop extension in its config file:
```
require:
- rubocop-ombu_labs
OmbuLabs/Branding:
Enabled: true
```
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the RuboCop::OmbuLabs project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/rubocop-ombu_labs/blob/master/CODE_OF_CONDUCT.md).