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

Update Style/Semicolon to add autocorrection #9979

Merged
merged 2 commits into from Aug 4, 2021

Commits on Aug 3, 2021

  1. Copy the full SHA
    96790fa View commit details
    Browse the repository at this point in the history
  2. Enable basic autocorrection for Style/Semicolon.

    When a semicolon is found between expressions, it is replaced with a newline. In order to avoid adding multiple newlines, when the semicolons are making a single-line method, autocorrection is disabled in favour of the autocorrection from `Style/SingleLineMethods`.
    dvandersluis committed Aug 3, 2021
    Copy the full SHA
    dd2b302 View commit details
    Browse the repository at this point in the history