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 34a8f13 commit ea7f21bCopy full SHA for ea7f21b
CHANGELOG.md
@@ -32,6 +32,13 @@
32
Supports autocorrection.
33
[GandaLF2006](https://github.com/GandaLF2006)
34
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
+
42
### Bug Fixes
43
44
* None.
0 commit comments