Back

LL096

Long line

Object Pascal — Delphi & Free Pascal
Info
Style

Lines over 120 characters cause horizontal scrolling and are harder to review

lines over 120 characters cause horizontal scrolling and are harder to review.

Why this severity

lines over 120 characters cause horizontal scrolling and are harder to review.


Known false positives

long string literals or SQL that cannot be split meaningfully.

Remediation example

Query.SQL.Text :=
  'SELECT id, name FROM users ' +
  'WHERE active = 1';

Reconnecting… Connection lost. Reload