You are here

public property LineLengthSniff::$lineLimit in Coder 8.2

Same name and namespace in other branches
  1. 8.3 coder_sniffer/Drupal/Sniffs/Files/LineLengthSniff.php \Drupal\Sniffs\Files\LineLengthSniff::lineLimit
  2. 8.3.x coder_sniffer/Drupal/Sniffs/Files/LineLengthSniff.php \Drupal\Sniffs\Files\LineLengthSniff::lineLimit

The limit that the length of a line should not exceed.

Type: int

File

coder_sniffer/Drupal/Sniffs/Files/LineLengthSniff.php, line 32

Class

LineLengthSniff
Checks comment lines in the file, and throws warnings if they are over 80 characters in length.

Namespace

Drupal\Sniffs\Files

Code

public $lineLimit = 80;