Andy Waite

Results 394 comments of Andy Waite

https://github.com/rails/rails/blob/cf64895067e285a8eefe43a40ad9324138a19a40/railties/lib/rails/configuration.rb#L138

@mohits try making a change in `.rubocop.yml`, e.g. set the styling to use single quotes, and run the generator again. I'm not sure if the behaviour has changed, but when...

Ah, it was change here: https://github.com/rails/rails/pull/51808

Also note that option is now off by default: https://github.com/rails/rails/pull/51782

@david-a-wheeler Will you be aiming for 'feature parity' with Brakeman's updates, e.g. supporting the same checks but implemented independently?

My concern is that I'll no longer being able to use the latest Brakeman on Code Climate.

@david-a-wheeler Someone will first need to build and publish a Code Climate engine for it though.

Just FYI @dreyks, this GitHub issue is referenced in the book [Component Based Rails Applications](https://www.cbra.info/book/index.html) (chapter 2).

https://www.linkedin.com/company/devbbq-inc. > DevBBQ Inc. is now Spiria Toronto

Note: This only happens if `Style/MethodCallWithArgsParentheses` is configured as `IgnoreMacros: false`. I would say rubocop-shopify should take precedence over that for sigs.