extended-ascii
Requires text to contain only ASCII characters, with limited exceptions.
Rule Details
This rule reports non-ASCII characters in regular text. However, the check mark, cross mark, and box-drawing characters are allowed.
<!-- Bad -->
“Smart quotes”
<!-- Good -->
"Straight quotes"
Options
This rule is not configurable.