Class: NoEmptyParamList
Defined in: | node_modules/gulp-coffeelint/node_modules/coffeelint/src/rules/no_empty_param_list.coffee |
Variables Summary
- rule =
-
{ name: 'no_empty_param_list', level: 'ignore', message: 'Empty parameter list is forbidden', description: "This rule prohibits empty parameter lists in function definitions.\n<pre>\n<code># The empty parameter list in here is unnecessary:\nmyFunction = () ->\n\n###\nWe might favor this instead:\n###\nmyFunction = ->\n</code>\n</pre>\nEmpty parameter lists are permitted by default." }
- tokens =
-
["PARAM_START"]
Instance Method Summary
Instance Method Details
#
(void)
lintToken(token, tokenApi)