Volmer Campos Soares
Volmer Campos Soares
Can you provide more information about the problem you are trying to solve with steps to reproduce it?
Agreed with @rafaelfranca. Since this was inspired by the existing rule about using `||=` to assign boolean values to variables, we may need to rephrase the existing rule better in...
@kmcphillips @swalkinshaw @dcopeland Could you please clarify if you're against enforcing parens on macros (the change proposed in this PR) or for all method calls (which would require a different...
> At what point to you think preventing bugs takes precedence over stability of the style guide and familiarity with the rest of the Ruby ecosystem? It would really depend...
Hey! Thanks for the suggestion. Maybe it's just me, but I haven't witnessed the mistake you mentioned. The quoted string notation for hash keys has been around for a while,...
I don't think we should stop enforcing this rule (or reverse it into the "compact" style) because I would expect any subclass of `Exception` to be able to receive `new`...
I guess this is no longer needed?