Skip to content

Files

Latest commit

 

History

History
22 lines (13 loc) · 343 Bytes

line-length-limit.md

File metadata and controls

22 lines (13 loc) · 343 Bytes

Pattern: Line is too long

Issue: -

Description

Warns in the presence of code lines longer than a configured maximum.

Configuration

(int) maximum line length in characters.

Example:

[rule.line-length-limit]
  arguments =[80]

Further Reading