public property LineLengthSniff::$absoluteLineLimit in Coder 8.2
Same name and namespace in other branches
- 8.3 coder_sniffer/Drupal/Sniffs/Files/LineLengthSniff.php \Drupal\Sniffs\Files\LineLengthSniff::absoluteLineLimit
- 8.3.x 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: int
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\FilesCode
public $absoluteLineLimit = 0;