File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 3131* Add new ` unneeded_escaping ` rule that detects closure parameters marked with
3232 ` @escaping ` that are never stored or captured escapingly.
3333 [ SimplyDanny] ( https://github.com/SimplyDanny )
34+
35+ * Add ` multiline_call_arguments ` opt-in rule to enforce consistent multiline
36+ formatting for function and method call arguments.
37+ [ GandaLF2006] ( https://github.com/GandaLF2006 )
3438
3539### Bug Fixes
3640
278282* Rewrite ` quick_discouraged_call ` rule with SwiftSyntax.
279283 [ SimplyDanny] ( https://github.com/SimplyDanny )
280284
281- * ` multiline_parameters ` : add optional checks for ** function call arguments** .
282- When ` check_calls ` is enabled, the rule enforces that call arguments are either
283- all on one line (subject to ` max_number_of_single_line_parameters ` ) or
284- one per line, mirroring the behavior for function/initializer declarations.
285- Trailing closures are ignored by default.
286- [ GandaLF2006] ( https://github.com/GandaLF2006 )
287-
288285### Bug Fixes
289286
290287* Ensure that header matched against always end in a newline in ` file_header ` rule.
You can’t perform that action at this time.
0 commit comments