rspec/rules/S1120/why.adoc
Sylvain Kuchen 03b6321d0f
Modify rule S1120: Migrate to LaYC format (#3195)
Co-authored-by: Anton Haubner <anton.haubner@sonarsource.com>
2023-10-04 12:30:43 +02:00

6 lines
335 B
Plaintext

Consistent indentation is a simple and effective way to improve the code's readability.
It reduces the differences that are committed to source control systems, making code reviews easier.
This rule raises an issue when the indentation does not match the configured value.
Only the first line of a badly indented section is reported.