• Home
  • History
  • Annotate
  • only in /external/chromium_org/third_party/closure_linter/
NameDateSize

..12-Mar-20154 KiB

AUTHORS12-Mar-2015155

closure_linter/12-Mar-20154 KiB

LICENSE12-Mar-20159.9 KiB

OWNERS12-Mar-201544

README12-Mar-2015330

README.chromium12-Mar-2015610

setup.py12-Mar-20151.3 KiB

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.14
4Date: 12 Jun 2014
5Revision: 16
6License: Apache 2.0
7License File: NOT_SHIPPED
8Security Critical: no
9
10Description:
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
14Local modifications:
15  Removed closure_linter/testdata/
16  Added Apache License notice to closure_linter/common/tokens_test.py
17  Added OWNERS file
18  Added @suppress {suspiciousCode} to closure_linter/statetracker.py while we
19  wait for the external release.
20