rspec/rules/S2302/comments-and-links.adoc

21 lines
621 B
Plaintext
Raw Permalink Normal View History

=== on 8 May 2015, 15:31:48 Dinesh Bolkensteyn wrote:
LGTM
=== on 11 Sep 2019, 11:24:27 Andrei Epure wrote:
\[~nicolas.harraudeau] - do you see a good reason not to raise an issue when the string is not an exact match? One could include the name of the parameter inside the message like
* ``++"someParameter should have value X"++``
or using interpolated strings
* ``++  $"someParameter should have value X but has value {someParameter}"++``
 
As it is, I don't find the rule as useful as it could be
=== on 11 Sep 2019, 11:42:07 Nicolas Harraudeau wrote:
\[~andrei.epure] Both cases you mentioned make sense.