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