rspec/rules/S115/parameters.adoc
2022-02-01 12:25:23 +00:00

12 lines
137 B
Plaintext

=== Parameters
.format
****
----
^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$
----
Regular expression used to check the constant names against.
****