RL0910 - Ensures source files do not have whitespace at the end of lines
Source code lines cannot end with any whitespace characters. If any line of source code ends with more than 2 whitespace characters, an Information message will be issued.
NOTE: future releases will provide a configurable threshold.
Exceptions
- If a source code line has only one space at the end of the line, it will be accepted.
- Visual Studio designer region or designer files are excluded from this check.