Skip to content

Commit 3a4497d

Browse files
committed
Update CHANGELOG.md
1 parent 8351794 commit 3a4497d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@
125125
* Rewrite `quick_discouraged_call` rule with SwiftSyntax.
126126
[SimplyDanny](https://github.com/SimplyDanny)
127127

128+
* `multiline_parameters`: add optional checks for **function call arguments**.
129+
When `check_calls` is enabled, the rule enforces that call arguments are either
130+
all on one line (subject to `max_number_of_single_line_parameters`) or
131+
one per line, mirroring the behavior for function/initializer declarations.
132+
Trailing closures are ignored by default.
133+
[GandaLF2006](https://github.com/GandaLF2006)
134+
128135
### Bug Fixes
129136

130137
* Ensure that header matched against always end in a newline in `file_header` rule.

0 commit comments

Comments
 (0)