Class: NonEmptyConstructorNeedsParens
Defined in: | node_modules/gulp-coffeelint/node_modules/coffeelint/src/rules/non_empty_constructor_needs_parens.coffee |
Inherits: | ParentClass |
Variables Summary
- rule =
-
{ name: 'non_empty_constructor_needs_parens', level: 'ignore', message: 'Invoking a constructor without parens and with arguments', description: "Requires constructors with parameters to include the parens" }
Instance Method Summary
Instance Method Details
#
(void)
handleExpectedCallStart(expectedCallStart)