Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
closure_linter/ | 03-May-2024 | - | 9,183 | 6,178 | ||
AUTHORS | D | 03-May-2024 | 155 | 7 | 4 | |
LICENSE | D | 03-May-2024 | 9.9 KiB | 177 | 150 | |
README | D | 03-May-2024 | 330 | 10 | 6 | |
README.chromium | D | 03-May-2024 | 508 | 17 | 14 | |
setup.py | D | 03-May-2024 | 1.3 KiB | 39 | 21 |
README
1This repository contains the Closure Linter - a style checker for JavaScript. 2 3To install the application, run 4 python ./setup.py install 5 6After 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
README.chromium
1Name: closure-linter 2URL: http://code.google.com/p/closure-linter/ 3Version: 2.3.4 4Date: 28 Feb 2012 5Revision: 16 6License: Apache 2.0 7Security Critical: no 8 9Description: 10 The Closure Linter enforces the guidelines set by the Google JavaScript Style 11 Guide. The linter handles style issues so that you can focus on the code. 12 13Local modifications: 14 Removed closure_linter/testdata/ 15 Added Apache License notice to closure_linter/common/tokens_test.py 16 17 Lines ending with @supress longLineCheck do not warn.