Skip to main content

TrailingWhitespaceSniff

DocbookCS.TrailingWhitespace

Detects trailing whitespace (spaces or tabs) at the end of a line. Each violation is reported per line.

Auto-fixable

This sniff ships a fixer — run with --fix to remove trailing whitespace automatically.

Properties

PropertyTypeDefaultDescription
severitystringerrorOverride the violation severity. Accepted values: error, warning.