rubocop-github
rubocop-github copied to clipboard
Code style checking for GitHub's Ruby projects
There are two reasons why this is an unreliable solution: - it doesn't know about things that have yet to be autoloaded - it's non-deterministic with regards to Garbage Collection...
### The current purpose of github-rubocop The current purpose of this Repository from the README: > This repository provides recommended RuboCop configuration and additional Cops for use on GitHub open...
It looks like there are several cops which implement various approaches to recommending: ```ruby render "path/to/template", { ... options ... } ``` Why are these cops separate? Could they be...
This PR adds an autocorrect option to the `RailsViewRenderShorthand` cop, reusing the message text to fix up the problems. It's pretty simplistic as a solution but the messages are correct...
This PR is a suggestion to enable effective cop when creating a cop for RuboCop. It is useful to remind us to forget something without being too noisy. Refs: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/InternalAffairs
This PR is indentation adjusted.
In #132 we linked each styleguide rule to its corresponding RuboCop rule(s). RuboCop has functionality where a `StyleGuide: ` config for each cop will show the link to the styleguide...
Bumps [minitest](https://github.com/minitest/minitest) from 5.23.1 to 5.24.1. Changelog Sourced from minitest's changelog. === 5.24.1 / 2024-06-29 1 bug fix: Fix the error message when an extension is invalid value. (y-yagi) ===...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.25.0 to 2.25.1. Release notes Sourced from rubocop-rails's releases. RuboCop Rails 2.25.1 Bug fixes #1280: Look for change_column_null for Rails/BulkChangeTable. (@ccutrer) #1299: Fix an error for Rails/NotNullColumn...
Bumps [actionview](https://github.com/rails/rails) from 7.1.4 to 7.1.4.1. Release notes Sourced from actionview's releases. 7.1.4.1 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...