Skip to content

Files

Latest commit

 

History

History
17 lines (10 loc) · 524 Bytes

SlevomatCodingStandard.Files.LineLength.md

File metadata and controls

17 lines (10 loc) · 524 Bytes

Pattern: Line is too long

Issue: -

Description

Enforces maximum length of a single line of code.

Rule provides the following settings:

  • lineLengthLimit: actual limit of the line length
  • ignoreComments: whether to ignore line length of comments
  • ignoreImports: whether to ignore line length of import (use) statements

Further Reading