https://github.com/ydah/workitcop
This is a custom cop for RuboCop. A collection of cop like working toolkits.
https://github.com/ydah/workitcop
cop rubocop ruby
Last synced: about 1 year ago
JSON representation
This is a custom cop for RuboCop. A collection of cop like working toolkits.
- Host: GitHub
- URL: https://github.com/ydah/workitcop
- Owner: ydah
- License: mit
- Created: 2022-06-16T23:53:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T13:44:15.000Z (over 2 years ago)
- Last Synced: 2025-03-29T05:51:15.470Z (about 1 year ago)
- Topics: cop, rubocop, ruby
- Language: Ruby
- Homepage: https://ydah.github.io/docs.wkt
- Size: 71.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Workitcop
 [](https://badge.fury.io/rb/workitcop) [](https://github.com/rubocop/rubocop) [](https://github.com/ydah/workitcop/actions/workflows/ci.yml) [](https://codeclimate.com/github/ydah/workitcop/maintainability)
Custom cops for [RuboCop](https://github.com/rubocop/rubocop).
## Installation
Install the gem and add to the application's Gemfile by executing:
```command
bundle add workitcop
```
If bundler is not being used to manage dependencies, install the gem by executing:
```command
gem install workitcop
```
## Documentation
You can read a lot more about Workitcop in its [official docs](https://ydah.github.io/docs.wkt).
## Changelog
Workitcop's changelog is available [here](https://github.com/ydah/workitcop/blob/main/CHANGELOG.md).
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).