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

12 lines
147 B
Plaintext

=== Parameters
.format
****
----
(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
----
Regular expression used to check the module names against.
****