rspec/rules/S3466/description.adoc

3 lines
262 B
Plaintext
Raw Normal View History

== Why is this an issue?
When optional parameter values are not passed to base method calls, the value passed in by the caller is ignored. This can cause the function to behave differently than expected, leading to errors and making the code difficult to debug.