rspec/rules/S3524/javascript/parameters.adoc

21 lines
291 B
Plaintext
Raw Normal View History

=== Parameters
.parameter_parens
****
----
False
----
True to require parentheses around parameters. False to forbid them for single parameter.
****
.body_braces
****
----
False
----
True to require curly braces around function body. False to forbid them for single-return bodies.
****