rspec/rules/S1131/description.adoc

4 lines
357 B
Plaintext
Raw Normal View History

Trailing whitespaces bring no information, they may generate noise when comparing different versions of the same file, and they can create bugs when they appear after a `\` marking a line continuation. They should be systematically removed.
2020-06-30 12:47:33 +02:00
2021-02-02 15:02:10 +01:00
An automated code formatter allows to completely avoid this family of issues and should be used wherever possible.