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 865291e commit 9672d83Copy full SHA for 9672d83
CHANGELOG.md
@@ -101,6 +101,13 @@
101
* Rewrite `quick_discouraged_call` rule with SwiftSyntax.
102
[SimplyDanny](https://github.com/SimplyDanny)
103
104
+* `multiline_parameters`: add optional checks for **function call arguments**.
105
+ When `check_calls` is enabled, the rule enforces that call arguments are either
106
+ all on one line (subject to `max_number_of_single_line_parameters`) or
107
+ one per line, mirroring the behavior for function/initializer declarations.
108
+ Trailing closures are ignored by default.
109
+ [GandaLF2006](https://github.com/GandaLF2006)
110
+
111
### Bug Fixes
112
113
* Ensure that header matched against always end in a newline in `file_header` rule.
0 commit comments