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

https://github.com/jaredsmithse/danger-rubocop_disable_checker

A Danger plugin to check for RuboCop disable comments.
https://github.com/jaredsmithse/danger-rubocop_disable_checker

Last synced: 8 months ago
JSON representation

A Danger plugin to check for RuboCop disable comments.

Awesome Lists containing this project

README

          

# danger-rubocop_disable_checker

A description of danger-rubocop_disable_checker.

## Installation

$ gem install danger-rubocop_disable_checker

## Usage

Methods and attributes from this plugin are available in
your `Dangerfile` under the `rubocop_disable_checker` namespace.

## Development

1. Clone this repo
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.