Robert Fletcher

Results 66 issues of Robert Fletcher

I've come across a block of code I can't heckle because it always causes a syntax error. Style issues aside, here's the block: ``` ruby def my_awesome_method begin if true...

I'm not sure what the focus option does based on "Apply the eye of sauron". I don't detect a difference in the output and looking at the source code I'm...

I'm not sure if this is an issue with Spring or something else, but one annoyance I'm finding is that when I'm editing `.jsx` files, spring doesn't automatically reload them,...

**Describe the bug** We occasionally get test flake on CI with `Selenium::WebDriver::Error::TimeoutError`. It looks like Selenium is timing out when trying to get `about:blank` inside `within_about_blank_context`. I'm going to see...

* using RSpec run via `rake` * simplecov (0.22.0) * ruby 3.3.1 (2024-04-23 revision c56cd86388) [x86_64-linux] I'm not able to understand why this line using [rightward assignment](https://www.fullstackruby.dev/ruby-3-fundamentals/2021/01/06/everything-you-need-to-know-about-destructuring-in-ruby-3#introducing-rightward-assignment) is reported as...

One thing we try to do, when we remember, is to collapse context descriptions when there is a single `it` block: ``` ruby # bad context 'when this thing' do...

enhancement
cop