rspec/rules/S115/parameters.adoc

11 lines
201 B
Plaintext
Raw Normal View History

=== Parameters
* key = format
Description: Regular expression used to check the constant names against.
Default Value: ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$
Python default: (([A-Z_][A-Z0-9_]*)|(__.*__))$