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.
- Host: GitHub
- URL: https://github.com/jaredsmithse/danger-rubocop_disable_checker
- Owner: jaredsmithse
- License: mit
- Created: 2022-07-18T02:23:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T04:04:55.000Z (over 3 years ago)
- Last Synced: 2025-10-07T15:31:58.980Z (8 months ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.