Skip to content

Commit 6210ddd

Browse files
committed
Update CHANGELOG.md
1 parent 23efd94 commit 6210ddd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
rule. You can still refer to it by its identifier, but get checking for normal function names
5252
on top.
5353
[SimplyDanny](https://github.com/SimplyDanny)
54+
* `multiline_parameters`: add optional checks for **function call arguments**.
55+
When `check_calls` is enabled, the rule enforces that call arguments are either
56+
all on one line (subject to `max_number_of_single_line_parameters`) or
57+
one per line, mirroring the behavior for function/initializer declarations.
58+
Trailing closures are ignored by default.
59+
[GandaLF2006](https://github.com/GandaLF2006)
5460

5561
### Bug Fixes
5662

0 commit comments

Comments
 (0)