Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T13:44:15.000Z (about 1 year ago)
- Last Synced: 2024-11-28T18:43:56.546Z (24 days 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
![GitHub top language](https://img.shields.io/github/languages/top/ydah/workitcop?color=39ff14) [![Gem Version](https://badge.fury.io/rb/workitcop.svg)](https://badge.fury.io/rb/workitcop) [![Ruby Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop/rubocop) [![CI](https://github.com/ydah/workitcop/actions/workflows/ci.yml/badge.svg)](https://github.com/ydah/workitcop/actions/workflows/ci.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/77fd345a1f0e8ab706ed/maintainability)](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).