-
```yml
# @example EnforcedStyle: symbol (default)
# # bad
# create('user')
# build "user", username: "NAME"
```
I believe I am breaking this rule with `before { create('p…
-
At https://rubocop-sketchup.readthedocs.io/en/latest/configuration/, in "Refer to the [RuboCop documentation](https://github.com/rubocop-hq/rubocop/blob/master/manual/configuration.md) about general c…
-
*Be clear, concise and precise in your description of the problem.
Open an issue with a descriptive title and a summary in grammatically correct,
complete sentences.*
*Use the template below when…
-
*Be clear, concise and precise in your description of the problem.
Open an issue with a descriptive title and a summary in grammatically correct,
complete sentences.*
*Use the template below when…
-
### Checklist
- [X] I have searched through the AstroNvim documentation
- [X] I have searched through the existing issues of this project
- [X] I have searched the existing issues of plugins related …
-
## Expected behavior
RuboCop should not suggest removing the `::` when resolving a constant explicitly from the top-level namespace, when "it is not sure" what the top-level namespace is 😕
```…
-
We ran into this when we upgraded the version of `rubocop` gem and our local ERB Linting (using `--cache`) did not find any issues but our CI Linting (_not_ using `--cache`) found 56 errors.
When w…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Default configuration.
```json
"languages": {
"Ruby": {
"language_servers": ["ruby…
-
## Expected behavior
`Lint/ImplicitStringConcatenation` behaves strangely with prism in the situation below. With prism turned off, it doesn't report an error.
I imagine this is some combination…
-
Our existing `rubocop.yml` and `.rubocop_todo.yml` configurations along with our RuboCop version lock applied by `newrelic_rpm.gemspec` layer together to provide us with a stable linting platform that…