Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 339a468

Browse files
committed
Release gjslint 2.3.19
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=99546273
1 parent 5ec8e2b commit 339a468

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

closure_linter/errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ def ByName(name):
150150
ALIAS_STMT_NEEDS_GOOG_REQUIRE,
151151
JSDOC_DOES_NOT_PARSE,
152152
LINE_ENDS_WITH_DOT,
153-
# Errors added after 2.3.18:
153+
# Errors added after 2.3.19:
154154
])

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from distutils.core import setup
2121

2222
setup(name='closure_linter',
23-
version='2.3.17',
23+
version='2.3.19',
2424
description='Closure Linter',
2525
license='Apache',
2626
author='The Closure Linter Authors',

0 commit comments

Comments
 (0)