Class: NoTrailingWhitespace
| Defined in: | node_modules/gulp-coffeelint/node_modules/coffeelint/src/rules/no_trailing_whitespace.coffee | 
Variables Summary
- rule =
 - 
    
{ name: 'no_trailing_whitespace', level: 'error', message: 'Line ends with trailing whitespace', allowed_in_comments: false, allowed_in_empty_lines: true, description: "This rule forbids trailing whitespace in your code, since it is\nneedless cruft. It is enabled by default." } 
Instance Method Summary
Instance Method Details
      #
(void)
lintLine(line, lineApi)