rspec/rules/S1120/why.adoc

6 lines
335 B
Plaintext
Raw Permalink Normal View History

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.