Home | History | Annotate | only in /external/chromium-trace/catapult/third_party/closure_linter
Up to higher level directory
NameDateSize
AUTHORS06-Dec-2016155
closure_linter/06-Dec-2016
LICENSE06-Dec-20169.9K
README06-Dec-2016324
README.chromium06-Dec-2016615
setup.py06-Dec-20161.3K

README

      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 - runs the linter and checks for errors
      9    fixjsstyle - tries to fix errors automatically
     10 

README.chromium

      1 Name: closure-linter
      2 URL: http://code.google.com/p/closure-linter/
      3 Version: 2.3.19
      4 Date: 31 Jul 2015
      5 Revision: 339a468111ce1c94eecc20dc5109a8cbdf98b68e
      6 License: Apache 2.0
      7 Security Critical: no
      8 
      9 Description:
     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 
     13 Local modifications:
     14   Removed closure_linter/testdata/
     15   Added Apache License notice to closure_linter/typeannotation.py
     16   Added Apache License notice to closure_linter/typeannotation_test.py
     17 
     18   Lines ending with @supress longLineCheck do not warn.
     19