summaryrefslogtreecommitdiffstats
path: root/third_party/closure_linter/README
diff options
context:
space:
mode:
authortbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-15 20:12:44 +0000
committertbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-15 20:12:44 +0000
commit7971a3d726240e35660bee55f15e0438aaddab38 (patch)
treed4a36cccab64d59899e102c0d38000ed5ff46ebb /third_party/closure_linter/README
parent1c81856a0bb5b477a7deec31a2f6857d945ea3b0 (diff)
downloadchromium_src-7971a3d726240e35660bee55f15e0438aaddab38.zip
chromium_src-7971a3d726240e35660bee55f15e0438aaddab38.tar.gz
chromium_src-7971a3d726240e35660bee55f15e0438aaddab38.tar.bz2
PRESUBMIT check for JavaScript style errors
See https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/97b5dc28d9e5109b/a5bd070bb7f0a4b9 BUG=none TEST=modify any .js file; `git commit` it; run `git cl presubmit`; look at the errors Review URL: https://chromiumcodereview.appspot.com/9288045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/closure_linter/README')
-rw-r--r--third_party/closure_linter/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/closure_linter/README b/third_party/closure_linter/README
new file mode 100644
index 0000000..4a21b2d
--- /dev/null
+++ b/third_party/closure_linter/README
@@ -0,0 +1,9 @@
+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