Fix Style/Alias offenses#758
Conversation
|
|
||
| # Utility method for reifying. Anything executed inside the block will | ||
| # appear like a new record. | ||
| # rubocop: disable Style/Alias |
There was a problem hiding this comment.
Reposting my original comment here:
But the Alias false positive is an issue with Rubocop not parsing the instance_eval blocks properly. Making Rubocop happy for that case would actually end up breaking things.
There was a problem hiding this comment.
I submitted a fix to Rubocop here: rubocop/rubocop#3004
|
Not quite sure what is wrong with the build (the only failure is 2.3.0/AR4/Postgres), since everything passes locally for me with that configuration. |
|
Please rebase. |
|
Looks good. All the new Dropping I don't like inline linter comments, but these are temporary so I can live with it. Thanks Paul! |
From #752.