rspec/rules/S923/noncompliant.adoc
2022-02-04 16:28:24 +00:00

10 lines
123 B
Plaintext

== Noncompliant Code Example
[source,text]
----
void MyPrintf ( char_t * pFormat, ... ) // Noncompliant
{
// ...
}
----