Skip to content

Files

Latest commit

 

History

History
15 lines (9 loc) · 578 Bytes

SlevomatCodingStandard.Files.FileLength.md

File metadata and controls

15 lines (9 loc) · 578 Bytes

Pattern: File is too long

Issue: -

Description

Disallows long files. This rule provides the following settings:

  • includeComments: should comments be included in the count (default value is false).
  • includeWhitespace: should empty lines be included in the count (default value is false).
  • maxLinesLength: specifies max allowed function lines length (default value is 250).

Further Reading