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 20a3e9a commit ae9bb25Copy full SHA for ae9bb25
CHANGELOG.md
@@ -272,6 +272,13 @@
272
* Rewrite `quick_discouraged_call` rule with SwiftSyntax.
273
[SimplyDanny](https://github.com/SimplyDanny)
274
275
+* `multiline_parameters`: add optional checks for **function call arguments**.
276
+ When `check_calls` is enabled, the rule enforces that call arguments are either
277
+ all on one line (subject to `max_number_of_single_line_parameters`) or
278
+ one per line, mirroring the behavior for function/initializer declarations.
279
+ Trailing closures are ignored by default.
280
+ [GandaLF2006](https://github.com/GandaLF2006)
281
+
282
### Bug Fixes
283
284
* Ensure that header matched against always end in a newline in `file_header` rule.
0 commit comments