You are here

public property Drupal_Sniffs_Files_LineLengthSniff::$absoluteLineLimit in Coder 7.2

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: int

File

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

Class

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

Code

public $absoluteLineLimit = 0;