Marc-André Lafortune

Results 464 comments of Marc-André Lafortune

From this issue and others (comes to my mind: #8490 and showing doc URL for example), it seems like there is a need to map a Cop class to a...

I agree. Having a `last_passing_release` would be great...

I noticed that too. I created a PR to address the URLs, but I'd need better data / tests to fix the actual examples which are sometimes quite out of...

Mmm, I have no idea, I'm not sure I even understand the error message... What does "NoMethodError: undefined method `new_ostruct_member` for No value for 'public' found" mean? It's like there's...

[Apparently not](https://github.com/rubocop/rubocop-ast/runs/7724638022?check_suite_focus=true).

@headius runs of which project? I tried it just now: https://github.com/rubocop/rubocop-ast/actions/runs/3210248983/jobs/5373178395

1) `RuboCop::AST::RegexpNode#to_regexp with a regexp with an "n" option` => I can disable for JRuby, which I imagine does not support this option, right? 2-6) See same error, related to...

:+1: Please extend this rule to `self.inherited` and similar callbacks.

> 👍 Please extend this rule to `self.inherited` and similar callbacks. And maybe a note that typically [`included`, `prepended` and `extended` are not needed](https://github.com/rubocop-hq/rubocop/pull/8376#issuecomment-670030956), because writing one doesn't interrupt the...

> What about when you explicitly are not wanting to invoke the superclass's behavior? Do you have a good example where that would be the case? As with all rules,...