Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 429 Bytes

MisleadingBacktick.md

File metadata and controls

11 lines (6 loc) · 429 Bytes

Pattern: Misleading backtick at end of line

Issue: -

Description

Ending a line with an escaped whitespace character is misleading. A trailing backtick is usually used for line continuation. Users typically don't intend to end a line with escaped whitespace.

Further Reading