Add classdesc to gjslint custom tags
This commit is contained in:
@@ -342,7 +342,7 @@ virtual('lint', 'build/lint-timestamp', 'build/lint-libtess.js-timestamp',
|
|||||||
def build_lint_src_timestamp(t):
|
def build_lint_src_timestamp(t):
|
||||||
t.run('%(GJSLINT)s',
|
t.run('%(GJSLINT)s',
|
||||||
'--jslint_error=all',
|
'--jslint_error=all',
|
||||||
'--custom_jsdoc_tags=event,fires,todo,function',
|
'--custom_jsdoc_tags=event,fires,todo,function,classdesc',
|
||||||
'--strict',
|
'--strict',
|
||||||
t.newer(t.dependencies))
|
t.newer(t.dependencies))
|
||||||
t.touch()
|
t.touch()
|
||||||
|
|||||||
Reference in New Issue
Block a user