rspec/rules/S101/noncompliant.adoc
2023-06-08 06:03:28 +00:00

7 lines
160 B
Plaintext

For example, with the default provided regular expression ``++^[A-Z][a-zA-Z0-9]*$++``, the class:
[source,text]
----
class my_class {...} // Noncompliant
----