rspec/rules/S119/description.adoc

5 lines
425 B
Plaintext
Raw Normal View History

2020-06-30 10:16:44 +02:00
Shared naming conventions make it possible for a team to collaborate efficiently. Following the established convention of single-letter type parameter names helps users and maintainers of your code quickly see the difference between a type parameter and a poorly named class.
2021-02-02 15:02:10 +01:00
2020-06-30 10:16:44 +02:00
This rule check that all type parameter names match a provided regular expression. The following code snippets use the default regular expression.