Skip to content

Files

Latest commit

 

History

History
22 lines (15 loc) · 439 Bytes

Layout-LineLength.md

File metadata and controls

22 lines (15 loc) · 439 Bytes

Pattern: Line is too long

Issue: -

Description

This rule checks the length of lines in the source code. The maximum length is configurable.

Default configuration

Attribute Value
Max 120
AllowHeredoc true
AllowURI true
URISchemes http, https
IgnoreCopDirectives false
IgnoredPatterns

Further Reading