Add auto-correction to multiline_parameters rule - #6899
Open
GandaLF2006 wants to merge 1 commit into
Open
GandaLF2006 wants to merge 1 commit into
GandaLF2006 wants to merge 1 commit into
Conversation
GandaLF2006
force-pushed
the
gandalf2006/multiline_parameters/correctable
branch
from
August 28, 2026 22:17
ef977f3 to
4bd7588
Compare
Generated by 🚫 Danger |
GandaLF2006
force-pushed
the
gandalf2006/multiline_parameters/correctable
branch
7 times, most recently
from
August 30, 2026 16:19
f98457b to
0d6159e
Compare
Contributor
Author
|
@SimplyDanny One more PR with adding correction :) |
GandaLF2006
force-pushed
the
gandalf2006/multiline_parameters/correctable
branch
2 times, most recently
from
September 3, 2026 20:07
01e9acd to
be503f9
Compare
GandaLF2006
force-pushed
the
gandalf2006/multiline_parameters/correctable
branch
from
September 20, 2026 16:10
be503f9 to
3065411
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds auto-correction support to the
multiline_parametersrule, expanding single-linefunction and initializer declarations to one-parameter-per-line with brackets on separate
lines, and splitting multi-line declarations where parameters share a line.