Skip to content

✨ New Universal.Operators.ConcatPosition sniff#294

Merged
jrfnl merged 1 commit intodevelopfrom
universal/new-concatposition-sniff
Dec 1, 2023
Merged

✨ New Universal.Operators.ConcatPosition sniff#294
jrfnl merged 1 commit intodevelopfrom
universal/new-concatposition-sniff

Conversation

@jrfnl
Copy link
Copy Markdown
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
@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