rspec/rules/S2302/exceptions.adoc

4 lines
287 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.
2021-01-27 13:42:22 +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.