My warning msg was getting truncated `UnnamedParam...
# detekt
a
My warning msg was getting truncated
UnnamedParameterUse - [Consider using named parameters in facet as they make usage of the function more(...)]
with
(...)
is this expected? From the usage of
(...)
it seems that we are recommending to use some function
more(...)
b
It is expected. We have code to reduce the lenght of the console messages. No idea why but the code is there with tests.
a
Should we remove braces and make them like
more...
?
b
That's have sense.