Skip to content

Commit ea7f21b

Browse files
committed
Update CHANGELOG.md
1 parent 34a8f13 commit ea7f21b

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
@@ -32,6 +32,13 @@
3232
Supports autocorrection.
3333
[GandaLF2006](https://github.com/GandaLF2006)
3434

35+
* `multiline_parameters`: add optional checks for **function call arguments**.
36+
When `check_calls` is enabled, the rule enforces that call arguments are either
37+
all on one line (subject to `max_number_of_single_line_parameters`) or
38+
one per line, mirroring the behavior for function/initializer declarations.
39+
Trailing closures are ignored by default.
40+
[GandaLF2006](https://github.com/GandaLF2006)
41+
3542
### Bug Fixes
3643

3744
* None.

0 commit comments

Comments
 (0)