rspec/rules/S905/how-to-fix.adoc
Alejandro Álvarez Ayllón d22709e54f
Modify rule S905: Adapt for LaYC
Co-authored-by: Balázs Benics <108414871+balazs-benics-sonarsource@users.noreply.github.com>
2023-09-15 09:03:39 +00:00

5 lines
238 B
Plaintext

Identify statements that do not contribute to the functionality of the code
and verify if they are intended to be part of the logic.
If they are, there is a bug to be fixed. If they are not, then they are redundant
and should be removed.