closure-linter
Automatically exported from code.google.com/p/closure-linter
File Explorer
Download Latest Version (.zip)- __init__.py
- error.py
- erroraccumulator.py
- errorhandler.py
- erroroutput.py
- filetestcase.py
- htmlutil.py
- lintrunner.py
- matcher.py
- position.py
- simplefileflags.py
- tokenizer.py
- tokens.py
- tokens_test.py
- all_js_wrapped.js
- blank_lines.js
- bugs.js
- empty_file.js
- ends_with_block.js
- externs.js
- externs_jsdoc.js
- file_level_comment.js
- fixjsstyle.html.in.html
- fixjsstyle.html.out.html
- fixjsstyle.in.js
- fixjsstyle.indentation.out.js
- fixjsstyle.oplineend.in.js
- fixjsstyle.oplineend.out.js
- fixjsstyle.out.js
- goog_scope.js
- html_parse_error.html
- indentation.js
- interface.js
- jsdoc.js
- limited_doc_checks.js
- minimal.js
- not_strict.js
- other.js
- provide_blank.js
- provide_extra.js
- provide_missing.js
- require_alias.js
- require_all_caps.js
- require_blank.js
- require_extra.js
- require_function.js
- require_function_missing.js
- require_function_through_both.js
- require_function_through_namespace.js
- require_interface.js
- require_interface_alias.js
- require_interface_base.js
- require_lower_case.js
- require_missing.js
- require_numeric.js
- require_provide_blank.js
- require_provide_missing.js
- require_provide_ok.js
- semicolon_missing.js
- semicolon_missing2.js
- simple.html
- spaces.js
- tokenizer.js
- unparseable.js
- unused_local_variables.js
- unused_private_members.js
- utf8.html
- __init__.py
- aliaspass.py
- aliaspass_test.py
- checker.py
- checkerbase.py
- closurizednamespacesinfo.py
- closurizednamespacesinfo_test.py
- ecmalintrules.py
- ecmametadatapass.py
- error_check.py
- error_fixer.py
- error_fixer_test.py
- errorrecord.py
- errorrules.py
- errorrules_test.py
- errors.py
- fixjsstyle.py
- fixjsstyle_test.py
- full_test.py
- gjslint.py
- indentation.py
- javascriptlintrules.py
- javascriptstatetracker.py
- javascriptstatetracker_test.py
- javascripttokenizer.py
- javascripttokens.py
- not_strict_test.py
- requireprovidesorter.py
- requireprovidesorter_test.py
- runner.py
- runner_test.py
- scopeutil.py
- scopeutil_test.py
- statetracker.py
- statetracker_test.py
- strict_test.py
- testutil.py
- tokenutil.py
- tokenutil_test.py
- trailing_comma_test.py
- typeannotation.py
- typeannotation_test.py
- AUTHORS
- LICENSE
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/google/closure-linter
Downloads the entire project code from GitHub to your computer.
cd closure-linter
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
