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

Fix Style/NestedParenthesizedCalls docs #7822

Merged
merged 2 commits into from Mar 31, 2020
Merged

Commits on Mar 25, 2020

  1. Fix Style/NestedParenthesizedCalls docs

    method1(method2 arg, method3, arg) is not equivalent to method1(method2 arg, method3, arg)
    igor-drozdov committed Mar 25, 2020
    Copy the full SHA
    d66defe View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Update cops_style.md

    igor-drozdov committed Mar 27, 2020
    Copy the full SHA
    e3290e7 View commit details
    Browse the repository at this point in the history