--- ruleName: no-trailing-whitespace description: Disallows trailing whitespace at the end of a line. rationale: Keeps version control diffs clean as it prevents accidental whitespace from being committed. optionsDescription: Not configurable. options: null optionExamples: - 'true' type: maintainability optionsJSON: 'null' layout: rule title: 'Rule: no-trailing-whitespace' ---