rspec/rules/S2302/exceptions.adoc

4 lines
283 B
Plaintext
Raw Normal View History

2020-06-30 12:48:07 +02:00
== Exceptions
* The rule doesn't raise any issue when using C# < 6.0.
2020-12-23 14:59:06 +01:00
* When the parameter name is contained in a sentence inside the ``throw`` statement string, the rule will raise an issue only if the parameter name is at least 5 characters long. This is to avoid false positives.