diff options
author | tbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-15 20:12:44 +0000 |
---|---|---|
committer | tbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-15 20:12:44 +0000 |
commit | 7971a3d726240e35660bee55f15e0438aaddab38 (patch) | |
tree | d4a36cccab64d59899e102c0d38000ed5ff46ebb /third_party/closure_linter/README.chromium | |
parent | 1c81856a0bb5b477a7deec31a2f6857d945ea3b0 (diff) | |
download | chromium_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.chromium')
-rw-r--r-- | third_party/closure_linter/README.chromium | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/closure_linter/README.chromium b/third_party/closure_linter/README.chromium new file mode 100644 index 0000000..3aa87b2 --- /dev/null +++ b/third_party/closure_linter/README.chromium @@ -0,0 +1,14 @@ +Name: closure-linter +URL: http://code.google.com/p/closure-linter/ +Version: 0 +Date: 15 Feb 2012 +Revision: 14 +License: Apache 2.0 +Security Critical: no + +Description: + The Closure Linter enforces the guidelines set by the Google JavaScript Style + Guide. The linter handles style issues so that you can focus on the code. + +Local modifications: + Removed closure_linter/testdata/ |