Open enkessler opened 8 years ago
Hooks that use brackets instead of do/end for their block are not detected by this tool.
This will trigger a rule:
Before do # Will trigger the no begin/rescue rule end
But this will not:
Before { # Will trigger nothing }
Hooks that use brackets instead of do/end for their block are not detected by this tool.
This will trigger a rule:
But this will not: