Phil Pirozhkov
Phil Pirozhkov
@mockdeep I like the use of a helper method in your example. @RobinDaugherty your example looks like a typical use of RSpec. Not arguing with anyone in particular here, you...
> is open to interpretation The official RSpec style guide (not community) ticket, https://github.com/rspec/rspec.github.io/issues/28, mentions that the guide should not "be used to silence discussion". So interpretation based on the...
> spell out the naming guidelines explicitly I've added [a small note to](https://github.com/rubocop/rubocop/pull/10725/files#diff-d215eaa340849c3e72defb154136bcb8e2238d47e34236eaabd7e09b9b334e1bR13) to the [Development](https://docs.rubocop.org/rubocop/1.30/development.html) section of our docs, as it seems to be the only one on the...
Done https://github.com/rubocop/rubocop/blob/dced8a2af865a9a04a90294c2a614e8c11b52b12/docs/modules/ROOT/pages/development.adoc#choose-a-name
Docs (with reference formatting fixes) for easier view https://github.com/rubocop/rubocop/blob/28d52cb0d2c730c7f854961170c8480c85529973/docs/modules/ROOT/pages/development.adoc#choose-a-name
> right now that's not a breaking change, right? I recall @dvandersluis worked on this a while back. It is unfortunately: ``` Error: The `Layout/IndentationConsistency` cop has been renamed to...
@dvandersluis Any breakthrough on the idea to painlessly rename cops between major version updates?
Speaking of those two cases (notice no parent class): ```ruby class Foo def method_missing(*args) super ``` ```ruby class Foo def self.inherited(base) super ``` Is `super` really necessary? Why? @fatkodima can...
Is there a comparable cop for `if`/`begin` @robotdana ?
Stale, but bug.