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

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Nov 29, 2023

... 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.

... 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 jrfnl force-pushed the universal/new-concatposition-sniff branch from 317f5ce to a36f204 Compare November 29, 2023 09:28
@jrfnl jrfnl merged commit a8be56a into develop Dec 1, 2023
41 checks passed
@jrfnl jrfnl deleted the universal/new-concatposition-sniff branch December 1, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant