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

✨ New Universal.Operators.ConcatPosition sniff #294

Merged
merged 1 commit into from
Dec 1, 2023

Commits on Nov 29, 2023

  1. ✨ New Universal.Operators.ConcatPosition sniff

    ... to enforce that the concatenation operator for multi-line concatenations is in a preferred position, either always at the start of the next line or always at the end of the previous line.
    
    The preferred position is configurable via an `allowOnly` property, which accepts the text strings "start" or "end".
    The default is "start".
    
    Includes fixer.
    Includes unit tests.
    Includes documentation.
    Includes metrics.
    jrfnl committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a36f204 View commit details
    Browse the repository at this point in the history