Mikhail Dieterle

Results 6 issues of Mikhail Dieterle

## Is your feature request related to a problem? Please describe. I updated the gem to v1.20.0 and it now suggests me to replace interpolated strings with interpolated symbols. I...

Hey, I'm using your package for many years for https://github.com/rusrails/rusrails spellchecking. After recent update, I'm getting an error, when it complains on correct word, and suggests to fix it to...

I'm upgrading Knapsack 6.0.4 -> 7.1.0. I have a number of tests I don't want to run on CI, they are labeled with `:manual` tag. I also have this option...

question
RSpec

## Describe the bug When I add rswag-specs gem, I see the warning in Rails irb console: ``` irb: warn: can't alias context from irb_context. ``` ## Steps to Test...

documentation

## Expected behavior From [docs examples](https://docs.rubocop.org/rubocop/cops_lint.html#lintsafenavigationconsistency): ``` # bad foo&.bar && foo&.baz # good foo&.bar && foo.baz # etc ``` It is OK when `foo` is a local variable, but...

bug

In my test I have a line (added just 2 month ago) that used to work, but fails today. It's not wrapped in any timecop helpers. Actually I could reproduce...