Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 225 Bytes

readability-multiline_string.md

File metadata and controls

7 lines (4 loc) · 225 Bytes

Pattern: Multi-line string (...)

Issue: -

Description

Multi-line string (...) found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead.