tools: update closure linter to 2.3.17
authorYosuke Furukawa <yosuke.furukawa@gmail.com>
Thu, 15 Jan 2015 17:53:46 +0000 (02:53 +0900)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 15 Jan 2015 20:21:18 +0000 (21:21 +0100)
commit946eabd18f623b438e17164b14c98066f7054168
tree04275ee794310d9f3967064283f9ce02480e4a44
parent9e62ae4304a0bee3aec8c5fb743eb17d78b1cd35
tools: update closure linter to 2.3.17

PR-URL: https://github.com/iojs/io.js/pull/449
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
166 files changed:
tools/closure_linter/AUTHORS [new file with mode: 0644]
tools/closure_linter/LICENSE [new file with mode: 0644]
tools/closure_linter/PKG-INFO [deleted file]
tools/closure_linter/build/lib/closure_linter/__init__.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/aliaspass.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/aliaspass_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/checker.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/checkerbase.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/closurizednamespacesinfo.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/closurizednamespacesinfo_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/__init__.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/error.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/erroraccumulator.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/errorhandler.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/erroroutput.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/filetestcase.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/htmlutil.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/lintrunner.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/matcher.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/position.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/simplefileflags.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/tokenizer.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/tokens.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/common/tokens_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/ecmalintrules.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/ecmametadatapass.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/error_check.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/error_fixer.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/error_fixer_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/errorrecord.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/errorrules.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/errorrules_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/errors.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/fixjsstyle.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/fixjsstyle_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/full_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/gjslint.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/indentation.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/javascriptlintrules.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/javascriptstatetracker.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/javascriptstatetracker_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/javascripttokenizer.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/javascripttokens.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/not_strict_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/requireprovidesorter.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/requireprovidesorter_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/runner.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/runner_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/scopeutil.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/scopeutil_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/statetracker.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/statetracker_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/strict_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/testutil.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/tokenutil.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/tokenutil_test.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/typeannotation.py [new file with mode: 0644]
tools/closure_linter/build/lib/closure_linter/typeannotation_test.py [new file with mode: 0644]
tools/closure_linter/closure_linter.egg-info/PKG-INFO
tools/closure_linter/closure_linter.egg-info/SOURCES.txt
tools/closure_linter/closure_linter/__init__.py
tools/closure_linter/closure_linter/aliaspass.py [new file with mode: 0644]
tools/closure_linter/closure_linter/aliaspass_test.py [new file with mode: 0755]
tools/closure_linter/closure_linter/checker.py
tools/closure_linter/closure_linter/checkerbase.py
tools/closure_linter/closure_linter/closurizednamespacesinfo.py [new file with mode: 0755]
tools/closure_linter/closure_linter/closurizednamespacesinfo_test.py [new file with mode: 0755]
tools/closure_linter/closure_linter/common/__init__.py
tools/closure_linter/closure_linter/common/error.py
tools/closure_linter/closure_linter/common/erroraccumulator.py
tools/closure_linter/closure_linter/common/erroroutput.py [new file with mode: 0644]
tools/closure_linter/closure_linter/common/errorprinter.py [deleted file]
tools/closure_linter/closure_linter/common/filetestcase.py
tools/closure_linter/closure_linter/common/tokenizer.py
tools/closure_linter/closure_linter/common/tokens.py
tools/closure_linter/closure_linter/common/tokens_test.py [new file with mode: 0644]
tools/closure_linter/closure_linter/ecmalintrules.py
tools/closure_linter/closure_linter/ecmametadatapass.py
tools/closure_linter/closure_linter/error_check.py [new file with mode: 0755]
tools/closure_linter/closure_linter/error_fixer.py
tools/closure_linter/closure_linter/error_fixer_test.py [new file with mode: 0644]
tools/closure_linter/closure_linter/errorrecord.py [new file with mode: 0644]
tools/closure_linter/closure_linter/errorrules.py
tools/closure_linter/closure_linter/errorrules_test.py [new file with mode: 0644]
tools/closure_linter/closure_linter/errors.py
tools/closure_linter/closure_linter/fixjsstyle.py
tools/closure_linter/closure_linter/fixjsstyle_test.py
tools/closure_linter/closure_linter/full_test.py
tools/closure_linter/closure_linter/gjslint.py
tools/closure_linter/closure_linter/indentation.py
tools/closure_linter/closure_linter/javascriptlintrules.py [changed mode: 0755->0644]
tools/closure_linter/closure_linter/javascriptstatetracker.py
tools/closure_linter/closure_linter/javascriptstatetracker_test.py [changed mode: 0755->0644]
tools/closure_linter/closure_linter/javascripttokenizer.py
tools/closure_linter/closure_linter/javascripttokens.py
tools/closure_linter/closure_linter/not_strict_test.py [new file with mode: 0755]
tools/closure_linter/closure_linter/requireprovidesorter.py [new file with mode: 0755]
tools/closure_linter/closure_linter/requireprovidesorter_test.py [new file with mode: 0644]
tools/closure_linter/closure_linter/runner.py [new file with mode: 0644]
tools/closure_linter/closure_linter/runner_test.py [new file with mode: 0644]
tools/closure_linter/closure_linter/scopeutil.py [new file with mode: 0644]
tools/closure_linter/closure_linter/scopeutil_test.py [new file with mode: 0644]
tools/closure_linter/closure_linter/statetracker.py [changed mode: 0755->0644]
tools/closure_linter/closure_linter/statetracker_test.py [new file with mode: 0755]
tools/closure_linter/closure_linter/strict_test.py [new file with mode: 0755]
tools/closure_linter/closure_linter/testdata/all_js_wrapped.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/blank_lines.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/bugs.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/empty_file.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/ends_with_block.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/externs.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/externs_jsdoc.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/file_level_comment.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/fixjsstyle.html.in.html [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/fixjsstyle.html.out.html [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/fixjsstyle.in.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/fixjsstyle.indentation.out.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/fixjsstyle.oplineend.in.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/fixjsstyle.oplineend.out.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/fixjsstyle.out.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/goog_scope.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/html_parse_error.html [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/indentation.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/interface.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/jsdoc.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/limited_doc_checks.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/minimal.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/not_strict.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/other.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/provide_blank.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/provide_extra.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/provide_missing.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_alias.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_all_caps.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_blank.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_extra.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_function.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_function_missing.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_function_through_both.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_function_through_namespace.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_interface.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_interface_alias.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_interface_base.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_lower_case.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_missing.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_numeric.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_provide_blank.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_provide_missing.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/require_provide_ok.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/semicolon_missing.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/simple.html [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/spaces.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/tokenizer.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/unparseable.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/unused_local_variables.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/unused_private_members.js [new file with mode: 0644]
tools/closure_linter/closure_linter/testdata/utf8.html [new file with mode: 0644]
tools/closure_linter/closure_linter/testutil.py [new file with mode: 0644]
tools/closure_linter/closure_linter/tokenutil.py
tools/closure_linter/closure_linter/tokenutil_test.py [new file with mode: 0644]
tools/closure_linter/closure_linter/typeannotation.py [new file with mode: 0644]
tools/closure_linter/closure_linter/typeannotation_test.py [new file with mode: 0755]
tools/closure_linter/dist/closure_linter-2.3.17-py2.7.egg [new file with mode: 0644]
tools/closure_linter/gflags.py [deleted file]
tools/closure_linter/setup.cfg [deleted file]
tools/closure_linter/setup.py