0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/tools/closure_linter
Ben Noordhuis 2d0011f532 Revert "tools: update closure_linter to the latest(2.3.5)"
This reverts commit 6d98524609.
This reverts commit 60ff789618.

closure_linter now depends on the gflags module and not everyone will have that
installed by default.
2012-06-28 04:14:43 +02:00
..
closure_linter Revert "tools: update closure_linter to the latest(2.3.5)" 2012-06-28 04:14:43 +02:00
closure_linter.egg-info Revert "tools: update closure_linter to the latest(2.3.5)" 2012-06-28 04:14:43 +02:00
gflags.py Revert "tools: update closure_linter to the latest(2.3.5)" 2012-06-28 04:14:43 +02:00
PKG-INFO Revert "tools: update closure_linter to the latest(2.3.5)" 2012-06-28 04:14:43 +02:00
README Import Google's closure_linter 2010-12-01 16:42:26 -08:00
setup.cfg Revert "tools: update closure_linter to the latest(2.3.5)" 2012-06-28 04:14:43 +02:00
setup.py Revert "tools: update closure_linter to the latest(2.3.5)" 2012-06-28 04:14:43 +02:00

This repository contains the Closure Linter - a style checker for JavaScript.

To install the application, run
   python ./setup.py install

After installing, you get two helper applications installed into /usr/local/bin:

   gjslint.py - runs the linter and checks for errors
   fixjsstyle.py - tries to fix errors automatically