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 8351794 commit 3a4497dCopy full SHA for 3a4497d
CHANGELOG.md
@@ -125,6 +125,13 @@
125
* Rewrite `quick_discouraged_call` rule with SwiftSyntax.
126
[SimplyDanny](https://github.com/SimplyDanny)
127
128
+* `multiline_parameters`: add optional checks for **function call arguments**.
129
+ When `check_calls` is enabled, the rule enforces that call arguments are either
130
+ all on one line (subject to `max_number_of_single_line_parameters`) or
131
+ one per line, mirroring the behavior for function/initializer declarations.
132
+ Trailing closures are ignored by default.
133
+ [GandaLF2006](https://github.com/GandaLF2006)
134
+
135
### Bug Fixes
136
137
* Ensure that header matched against always end in a newline in `file_header` rule.
0 commit comments