Use this rule to forbid trailing spaces at the end of lines.
Examples
When enabled the following code snippet would PASS:
this document doesn't contain
any trailing
spaces
the following code snippet would FAIL:
this document contains " "
trailing spaces
on lines 1 and 3 " "