Skip to content

Commit c86e8b2

Browse files
committed
Update CHANGELOG.md
1 parent a1f9e19 commit c86e8b2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
* Add new `unneeded_escaping` rule that detects closure parameters marked with
3232
`@escaping` that are never stored or captured escapingly.
3333
[SimplyDanny](https://github.com/SimplyDanny)
34+
35+
* Add `multiline_call_arguments` opt-in rule to enforce consistent multiline
36+
formatting for function and method call arguments.
37+
[GandaLF2006](https://github.com/GandaLF2006)
3438

3539
### Bug Fixes
3640

@@ -278,13 +282,6 @@
278282
* Rewrite `quick_discouraged_call` rule with SwiftSyntax.
279283
[SimplyDanny](https://github.com/SimplyDanny)
280284

281-
* `multiline_parameters`: add optional checks for **function call arguments**.
282-
When `check_calls` is enabled, the rule enforces that call arguments are either
283-
all on one line (subject to `max_number_of_single_line_parameters`) or
284-
one per line, mirroring the behavior for function/initializer declarations.
285-
Trailing closures are ignored by default.
286-
[GandaLF2006](https://github.com/GandaLF2006)
287-
288285
### Bug Fixes
289286

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

0 commit comments

Comments
 (0)