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 5843494 commit af2eb10Copy full SHA for af2eb10
CHANGELOG.md
@@ -31,6 +31,10 @@
31
* Add new `unneeded_escaping` rule that detects closure parameters marked with
32
`@escaping` that are never stored or captured escapingly.
33
[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)
38
39
### Bug Fixes
40
0 commit comments