rspec/rules/S115/python/parameters.adoc

12 lines
138 B
Plaintext
Raw Normal View History

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