Class: MaxLineLength
Defined in: | node_modules/gulp-coffeelint/node_modules/coffeelint/src/rules/max_line_length.coffee |
Variables Summary
- rule =
-
{ name: 'max_line_length', value: 80, level: 'error', limitComments: true, message: 'Line exceeds maximum allowed length', description: "This rule imposes a maximum line length on your code. <a\nhref=\"http://www.python.org/dev/peps/pep-0008/\">Python's style\nguide</a> does a good job explaining why you might want to limit the\nlength of your lines, though this is a matter of taste.\n\nLines can be no longer than eighty characters by default." }
Instance Method Summary
Instance Method Details
#
(void)
lintLine(line, lineApi)