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

Enable Style/ExplicitBlockArgument cop #314

Merged
merged 1 commit into from
Sep 7, 2021
Merged

Commits on Sep 6, 2021

  1. Enable Style/ExplicitBlockArgument cop

    The code is disabled by default because in some cases
    it could change the block arity which might fail if the block is
    actualy a lambda.
    
    However I enabled it on Rails and shopify-core and it went just fine.
    
    Since this cop is beneficial for production performance and
    for triming CI backtraces a bit, I think we should enable it.
    byroot committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    61a6451 View commit details
    Browse the repository at this point in the history