Add @function as a custom jsdoc tag for the linter.

This commit is contained in:
Paul Spencer
2014-03-11 07:46:42 -04:00
parent 7fd50c058b
commit c74e01ca0a

View File

@@ -373,7 +373,7 @@ virtual('lint', 'build/lint-timestamp', 'build/lint-generated-timestamp',
def build_lint_src_timestamp(t):
t.run('%(GJSLINT)s',
'--jslint_error=all',
'--custom_jsdoc_tags=todo',
'--custom_jsdoc_tags=todo,function',
'--strict',
t.newer(t.dependencies))
t.touch()