LineLengthSniff::$absoluteLineLimit
Same name in this branch
- 11.1.x vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/LineLengthSniff.php \PHP_CodeSniffer\Standards\Generic\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
Overrides LineLengthSniff::$absoluteLineLimit
File
-
vendor/
drupal/ coder/ 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;