(since 1.4.0)
There should be no space in the position (e.g., right
or left
) of the text specified. The text
can be any string.
Works on
.beam
file? Not really! (it consumes results Ok, but these might be unexpected)
rules :: [{right | left, string()}]
- default:
[{right, "("}, {left, ")"}, {left, ","}, {right, "#"}, {right, "?"}]
- default:
{elvis_style, no_space, #{ rules => [{right, "("}
, {left, ")"}
, {left, ","}
]
}}