rspec/rules/S923/description.adoc

2 lines
290 B
Plaintext
Raw Normal View History

2020-06-30 12:50:59 +02:00
Passing arguments via an ellipsis bypasses the type checking performed by the compiler. Additionally, passing an argument with non-POD class type leads to undefined behavior. Note that the rule specifies "defined" (and not "declared") so as to permit the use of existing library functions.