rspec/rules/S1192/howtofix.adoc
2023-10-11 11:41:24 +02:00

2 lines
158 B
Plaintext

Instead, use constants to replace the duplicated string literals.
Constants can be referenced from many places, but only need to be updated in a single place.