rspec/rules/S923/description.adoc
2020-06-30 17:16:12 +02:00

2 lines
290 B
Plaintext

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.