Home
last modified time | relevance | path

Searched refs:UNUSED_LOCAL_VARIABLES (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Derror_check.py39 UNUSED_LOCAL_VARIABLES = 'unused_local_variables' variable in Rule
76 ' - ' + Rule.UNUSED_LOCAL_VARIABLES + ': checks for '
Djavascriptlintrules.py80 if error_check.ShouldCheck(Rule.UNUSED_LOCAL_VARIABLES):