danger-rubocop
danger-rubocop copied to clipboard
Danger plugin for Rubocop
I came across the following situation: I needed to run Rubocop from a CI agent, specifically not running it using Bundler as I don't want to install any other of...
When there are multiple warnings on a single line, it makes a bit of a mess. Added an option to group the issues on a single line into a single...
Bumps [yard](https://github.com/lsegal/yard) from 0.9.26 to 0.9.36. Release notes Sourced from yard's releases. Release v0.9.36 Further XSS fixes for generated frameset pages (#1538) Improve tests for Ruby 3.3 compatibility (#1519, #1531)...
If you pass the files you want to lint to the `rubocop.lint` method you could have this error because if you moved files to a new path when linting them...
danger-rubocop can be called with a list of files to be linted, otherwise it defaults to linting only files changed in the PR. I use an `AllCops: Include:` section in...
The ability to use inline comments is super powerful and useful, but the spam of comment notifications for every comment can be overwhelming on a Github PR, so I'd like...