rspec/rules/S3524/javascript/parameters.adoc
2022-02-01 12:25:23 +00:00

21 lines
291 B
Plaintext

=== 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.
****