Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
AUTHORS | 03-Jun-2014 | 155 | |
closure_linter/ | 03-Jun-2014 | ||
LICENSE | 03-Jun-2014 | 9.9K | |
OWNERS | 03-Jun-2014 | 44 | |
README | 03-Jun-2014 | 330 | |
README.chromium | 03-Jun-2014 | 498 | |
setup.py | 03-Jun-2014 | 1.3K |
1 This repository contains the Closure Linter - a style checker for JavaScript. 2 3 To install the application, run 4 python ./setup.py install 5 6 After installing, you get two helper applications installed into /usr/local/bin: 7 8 gjslint.py - runs the linter and checks for errors 9 fixjsstyle.py - tries to fix errors automatically 10
1 Name: closure-linter 2 URL: http://code.google.com/p/closure-linter/ 3 Version: 2.3.4 4 Date: 28 Feb 2012 5 Revision: 16 6 License: Apache 2.0 7 License File: NOT_SHIPPED 8 Security Critical: no 9 10 Description: 11 The Closure Linter enforces the guidelines set by the Google JavaScript Style 12 Guide. The linter handles style issues so that you can focus on the code. 13 14 Local modifications: 15 Removed closure_linter/testdata/ 16 Added Apache License notice to closure_linter/common/tokens_test.py 17 Added OWNERS file 18