-
⚠️ Not sure if this is expected behavior for `ruby-lsp` or not.
Seems `ruby-lsp` does not style Gemfile according to RuboCop config despite working fine on pure `.rb` files. 🤔
https://user-imag…
-
I have a codebase which employs `.rubocop_todo.yml` to silence existing violations. Once I add this gem that file is partially ignored.
I can fix this if I add this to my `.rubocop.yml`:
```yml
i…
-
I use spacemacs in terminal. And when I use mouse wheel, it show:
```
is undefined
is undefined
```
How to config?Thank.
-
**Describe the need**
External modules generator can be enhanced to be more flexible and with new standards.
I think we could add to the generator :
- A default current version of module as c…
-
--------
## Expected behavior
Version 1.46.0 and Version 1.47.0 have same memory footprint as 1.45.1 and below and are relatively drop-in.
## Actual behavior
When running with any of 1.45.…
-
FYI:
```
Inspecting 245 files
......W....W........WW...W..............W..W...................W................W............W....W.....W.......W..........W..................W........................…
-
Hey, just laying this out for everyone so there are no surprises.
As part of a larger discussion, we have decided that the Firewall module is in need of a major restructuring, with more and more issu…
-
I see `Do not use Date.current without zone. Use Time.zone.today instead` in my rails project.
But It has already overrided in activesupport.
Look here https://www.omniref.com/ruby/gems/activesupport/…
-
## Expected behavior
Rubocop should consider `{ P: p }` correct code. In this case `p` is used as name of variable/method and isn't related to debugging call.
## Actual behavior
```
% echo "…
-
With the [amazing feature](https://github.com/testdouble/standard/pull/506) that just landed in Standard, we have got an ability to load and configure custom cops and extensions. The behaviour is slig…