You are here

public property LineLengthSniff::$absoluteLineLimit in Coder 8.3.x

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

The limit that the length of a line must not exceed. But just check the line length of comments....

Set to zero (0) to disable.

Type: integer

File

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

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 $absoluteLineLimit = 0;