We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23efd94 commit 6210dddCopy full SHA for 6210ddd
CHANGELOG.md
@@ -51,6 +51,12 @@
51
rule. You can still refer to it by its identifier, but get checking for normal function names
52
on top.
53
[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)
60
61
### Bug Fixes
62
0 commit comments