Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only partial detection of hooks #93

Open
enkessler opened this issue Oct 27, 2016 · 0 comments
Open

Only partial detection of hooks #93

enkessler opened this issue Oct 27, 2016 · 0 comments

Comments

@enkessler
Copy link
Contributor

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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant