rspec/rules/S4663/csharp/noncompliant.adoc
Gregory Paidis 349708ef0f
Modify rule S4663: Add support for C# and VB.NET (#1513)
* Modify metadata for csharp

* Modify metadata for vbnet

* Fix some references

* Apply PR Review fixes

* Apply PR Review changes
2023-01-25 16:01:05 +01:00

15 lines
77 B
Plaintext

== Noncompliant Code Example
[source,text]
----
//
/*
*/
///
/**
*/
----