Trailing spaces can increase costs

CostSoftware AgilityCode Readability

Missing spaces can increase costs

This code insight counts one violation each time a line of code is ended with trailing whitespaces.

→ search all non-blank lines terminated with one or more spaces that are not inside a comment

5362

Why you should care

Avoid trailing whitespace anywhere. Because it’s usually invisible, it can be confusing: e.g. a backslash followed by a space and a newline does not count as a line continuation marker. Some editors don’t preserve it and many projects (like CPython itself) have pre-commit hooks that reject it.

Business Impacts

It is recommended to avoid these in order to ensure the code is more readable and cost effective.

Cost

CAST recommendations

References

https://www.python.org/dev/peps/pep-0008/#whitespace-in-expressions-and-statements

5362

About CAST and Highlight’s Code Insights

Over the last 25 years, CAST has leveraged unique knowledge on software quality measurement by analyzing thousands of applications and billions of lines of code. Based on this experience and community standards on programming best practices, Highlight implements hundreds of code insights across 15+ technologies to calculate health factors of a software.

See featuresHow it works

c