Skip to content

Commit a715d6c

Browse files
committed
Update CHANGELOG.md
1 parent f12548e commit a715d6c

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
@@ -265,6 +265,13 @@
265265
* Rewrite `quick_discouraged_call` rule with SwiftSyntax.
266266
[SimplyDanny](https://github.com/SimplyDanny)
267267

268+
* `multiline_parameters`: add optional checks for **function call arguments**.
269+
When `check_calls` is enabled, the rule enforces that call arguments are either
270+
all on one line (subject to `max_number_of_single_line_parameters`) or
271+
one per line, mirroring the behavior for function/initializer declarations.
272+
Trailing closures are ignored by default.
273+
[GandaLF2006](https://github.com/GandaLF2006)
274+
268275
### Bug Fixes
269276

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

0 commit comments

Comments
 (0)