-
```An error occurred while Style/GuardClause cop was inspecting ```
Reporting the bug here as requested by the message
--------
## Expected behavior
Rubocop should flag any style issues in…
-
## Overview
Hello. :wave: With the release of RuboCop RSpec 2.18.0, the following output is constantly displayed in the console:
```
config/rspec.yml: RSpec/Capybara/MatchStyle has the wrong n…
-
## Expected behavior
I expect RuboCop to process my code without error, as 1.39.0 did.
## Actual behavior
Describe here what actually happened.
```
For /Users/jonathonfrisby/fb/app: confi…
-
I'm following the instructions from https://medium.com/atelie-de-software/creating-an-oauth-provider-16109c6229dd to setup an app with doorkeeper to authorize other apps.
The same app is also configu…
-
### Steps to reproduce
We have problem when running rake task in `staging` environment. Loading environment before task starts fails with `"NameError: uninitialized constant ApplicationRecord"`.
…
-
An error occurred while Lint/RedundantCopDisableDirective cop was inspecting following file:
``` ruby
class Foo
# rubocop:disable Style
include Bar
# rubocop:enable all
end
```
-----…
-
Found [in `rubocop-rspec`](https://github.com/rubocop/rubocop-rspec/pull/1564#issuecomment-1399223430).
```
> puts node.source
pending 'not yet implemented' do
_1
end
> node
=> s(:blo…
-
```
rubocop stderr Infinite loop detected in /tmp/rubocopJQqypL/tmp.rb and caused by Layout/SpaceAroundOperators -> Layout/ExtraSpacing
.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/rubocop-0.91.0/…
-
When Style/RedundantStringEscape sees a string like this
```ruby
"\#\{foo}"
```
it identifies both `\#` and `\{` as redundant string escapes, and if asked to autocorrect, will unescape _both_,…
-
### Context
After running bundle update avo does not render any content after clicking on a resource. Maybe something with "view_component" - this gem was updated to version 3.0.0 yesterday
I have…