Back

LL093

Consecutive blank lines

Object Pascal — Delphi & Free Pascal
Info
Style

More than 2 consecutive blank lines waste screen space and reduce code density

more than 2 consecutive blank lines waste screen space and reduce code density.

Why this severity

more than 2 consecutive blank lines waste screen space and reduce code density.


Known false positives

intentional visual separators between major sections.

Remediation example

procedure First;
begin
end;

procedure Second;
begin
end;

Reconnecting… Connection lost. Reload