rspec/rules/S115/common/how-to-fix-it.adoc
2023-10-04 16:39:18 +02:00

7 lines
306 B
Plaintext

First, familiarize yourself with the particular naming convention of the project
in question.
Then, update the name of the constant to match the convention, as well as all
usages of the name.
For many IDEs, you can use built-in renaming and refactoring features to update
all usages of a constant at once.