Skip to content
ᴀɴᴛᴏɴ ɴᴏᴠᴏᴊɪʟᴏᴠ edited this page Jun 23, 2024 · 4 revisions

Description

Checks the length of separator comments.

Problematic code

################################

%description
Test spec for perfecto app.

################################

Correct code

################################################################################

%description
Test spec for perfecto app.

################################################################################

Rationale

80 symbols are optimal line length for reading and editing spec code in terminal code editors (like vim or nano).

Clone this wiki locally