rspec/rules/S5860/python/description.adoc
2023-03-29 10:41:03 +02:00

7 lines
228 B
Plaintext

Why use named groups only to never use any of them later on in the code?
This rule raises issues every time named groups are:
* referenced while not defined;
* defined but called elsewhere in the code by their number instead.