You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ben Noordhuis 2d0011f532 Revert "tools: update closure_linter to the latest(2.3.5)" 12 years ago
..
closure_linter Revert "tools: update closure_linter to the latest(2.3.5)" 12 years ago
closure_linter.egg-info Revert "tools: update closure_linter to the latest(2.3.5)" 12 years ago
PKG-INFO Revert "tools: update closure_linter to the latest(2.3.5)" 12 years ago
README Import Google's closure_linter 14 years ago
gflags.py Revert "tools: update closure_linter to the latest(2.3.5)" 12 years ago
setup.cfg Revert "tools: update closure_linter to the latest(2.3.5)" 12 years ago
setup.py Revert "tools: update closure_linter to the latest(2.3.5)" 12 years ago

README

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