rubocop / rubocop-ast

RuboCop's AST extensions and NodePattern functionality
https://docs.rubocop.org/rubocop-ast
MIT License
104 stars 52 forks source link

Link the node pattern debugger in docs #306

Closed Earlopain closed 2 months ago

Earlopain commented 2 months ago

It's an invaluable tool when trying to understand what the hell is going on (for me at least). When googling rubocop node pattern debugger it's the 6th result for me, while the hackers guide is the first. I think it makes sense to link it here, and in the more detailed guide as well.