กลุ่ม
เข้าสู่ระบบ
กลุ่ม
Closure Linter Discuss
บทสนทนา
เกี่ยวกับ
ส่งความคิดเห็น
ความช่วยเหลือ
Closure Linter Discuss
ติดต่อเจ้าของและผู้จัดการกลุ่ม
1–30 จาก 66
ทำเครื่องหมายว่าอ่านแล้วทั้งหมด
รายงานกลุ่ม
ยังไม่ได้เลือกรายการใด
Hochhaus, Andy
2
14/1/59
linter.jar in closure-compiler vs python linter in closure-linter
I added an issue in case this is easier to track. https://github.com/google/closure-linter/issues/98
ยังไม่อ่าน,
linter.jar in closure-compiler vs python linter in closure-linter
I added an issue in case this is easier to track. https://github.com/google/closure-linter/issues/98
14/1/59
Peter StJ
31/8/58
2.3.19 breaks
On code that was running okay with previous (2.3.17) version the update breaks in a way that I cannot
ยังไม่อ่าน,
2.3.19 breaks
On code that was running okay with previous (2.3.17) version the update breaks in a way that I cannot
31/8/58
Willy H
29/6/58
How to get previous version closure-linter (2.3.15)
Hi Since closure-linter is moved to Github. Is there any way I can get the previous version by pip?
ยังไม่อ่าน,
How to get previous version closure-linter (2.3.15)
Hi Since closure-linter is moved to Github. Is there any way I can get the previous version by pip?
29/6/58
Sebastien Mennetrier
25/11/57
Next release 2.3.14 ?
Hi, The version of closure-linter available at http://closure-linter.googlecode.com/files/
ยังไม่อ่าน,
Next release 2.3.14 ?
Hi, The version of closure-linter available at http://closure-linter.googlecode.com/files/
25/11/57
Daniel Anechitoaie
,
Michael Thomas
2
15/10/57
Configure linter to use 4 spaces as rule for indentation instead of 2
No. The linter enforces the style guide and the style guide mandates 2 space indents. On Wed, Oct 15,
ยังไม่อ่าน,
Configure linter to use 4 spaces as rule for indentation instead of 2
No. The linter enforces the style guide and the style guide mandates 2 space indents. On Wed, Oct 15,
15/10/57
Hochhaus, Andrew
27/5/57
Moved to github?
Hi, I'm finally getting around to updating my scripts to pull from github.com instead of code.
ยังไม่อ่าน,
Moved to github?
Hi, I'm finally getting around to updating my scripts to pull from github.com instead of code.
27/5/57
Frank McGrath
7/4/57
Error parsing file at token ...
----- FILE : test.js ----- Line 1, E:-002: Error parsing file at token "<JavaScriptToken: 1,
ยังไม่อ่าน,
Error parsing file at token ...
----- FILE : test.js ----- Line 1, E:-002: Error parsing file at token "<JavaScriptToken: 1,
7/4/57
nickt...@gmail.com
,
Nathan Naze
2
6/3/57
is compiling with warnging_level=VERBOSE same as using Linter?
That's in the compiler, not the linter. On Mar 6, 2014 4:37 PM, <nickt...@gmail.com>
ยังไม่อ่าน,
is compiling with warnging_level=VERBOSE same as using Linter?
That's in the compiler, not the linter. On Mar 6, 2014 4:37 PM, <nickt...@gmail.com>
6/3/57
Michael Cooper
, …
Tyler Breisacher
3
10/2/57
Is Linter the "MainStream" style checker for JavaScript?
We ran into an issue recently (https://code.google.com/p/chromium/issues/detail?id=338301) which
ยังไม่อ่าน,
Is Linter the "MainStream" style checker for JavaScript?
We ran into an issue recently (https://code.google.com/p/chromium/issues/detail?id=338301) which
10/2/57
Nathan Wright
,
Guido Tapia
2
12/12/56
Moving to Git?
+1 and bump
ยังไม่อ่าน,
Moving to Git?
+1 and bump
12/12/56
John Munro
9/9/56
TypeError: 'NoneType' object is not iterable
I'm getting this error when running the linter: Traceback (most recent call last): File "C:\
ยังไม่อ่าน,
TypeError: 'NoneType' object is not iterable
I'm getting this error when running the linter: Traceback (most recent call last): File "C:\
9/9/56
dave...@googlemail.com
,
Tyler Breisacher
2
5/9/56
Newbie - cannot run gjslint with a simple Javascript module
I think this is because the linter will only work on Python 2.x and you're probably running
ยังไม่อ่าน,
Newbie - cannot run gjslint with a simple Javascript module
I think this is because the linter will only work on Python 2.x and you're probably running
5/9/56
Daniel Suchý
,
Tyler Breisacher
3
30/8/56
'gjslint --help' command - SyntaxError: invalid syntax
When I wrote 'python' I got this: Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:06:53) [
ยังไม่อ่าน,
'gjslint --help' command - SyntaxError: invalid syntax
When I wrote 'python' I got this: Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:06:53) [
30/8/56
Nick Thompson
, …
Andy Perelson
4
20/8/56
Closure Linter vs. JSON
That's the one I'm afraid: E:0131: Single-quoted string preferred over double-quoted string.
ยังไม่อ่าน,
Closure Linter vs. JSON
That's the one I'm afraid: E:0131: Single-quoted string preferred over double-quoted string.
20/8/56
John Munro
,
Tyler Breisacher
5
19/8/56
linter thinks that variable is unused even though it's used in both sides of an if statement
Don't you love when tools help you out? :) Although, perhaps the message should say "is
ยังไม่อ่าน,
linter thinks that variable is unused even though it's used in both sides of an if statement
Don't you love when tools help you out? :) Although, perhaps the message should say "is
19/8/56
Thomas Horster
, …
Nathan Naze
5
5/8/56
How do you use the linter in production?
> I am currently using the linter on a debian vm on windows 7 and would like to know if there is a
ยังไม่อ่าน,
How do you use the linter in production?
> I am currently using the linter on a debian vm on windows 7 and would like to know if there is a
5/8/56
Mark Dreyer
, …
Tyler Breisacher
4
30/7/56
Feature Request - Skip Unmodified Files
Thanks for the suggestions and the quick replies. I was able to edit our ant build scripts to get
ยังไม่อ่าน,
Feature Request - Skip Unmodified Files
Thanks for the suggestions and the quick replies. I was able to edit our ant build scripts to get
30/7/56
John Munro
12/7/56
linter ignores @suppress {visibility}
Line 42, E:0224: filevision.net.XhrIo.prototype.cleanUpXhr_ should not inherit from a private member.
ยังไม่อ่าน,
linter ignores @suppress {visibility}
Line 42, E:0224: filevision.net.XhrIo.prototype.cleanUpXhr_ should not inherit from a private member.
12/7/56
Stefan Liebenberg
, …
Andy Perelson
4
27/6/56
newer linter does not complain about missing description in return statements.
Not today. Feel free to file a feature request for it as an optional check. On Tue, Jun 25, 2013 at
ยังไม่อ่าน,
newer linter does not complain about missing description in return statements.
Not today. Feel free to file a feature request for it as an optional check. On Tue, Jun 25, 2013 at
27/6/56
Joel Martinez
,
Nathan Naze
2
14/6/56
Using gjslint/fixjslint without python install
You can still install gflags without root access. http://stackoverflow.com/questions/7465445/how-to-
ยังไม่อ่าน,
Using gjslint/fixjslint without python install
You can still install gflags without root access. http://stackoverflow.com/questions/7465445/how-to-
14/6/56
John Munro
,
Andy Perelson
3
29/5/56
linter doesn't account for goog.ui.decorate
Thanks, I looked for a list of @suppresses but I couldn't find one On Tuesday, May 28, 2013 6:32:
ยังไม่อ่าน,
linter doesn't account for goog.ui.decorate
Thanks, I looked for a list of @suppresses but I couldn't find one On Tuesday, May 28, 2013 6:32:
29/5/56
Y@
, …
Andy Perelson
10
8/4/56
Tab indentation option / line length option
Unfortunately features that we want to support for the open source Closure Linter but not internally
ยังไม่อ่าน,
Tab indentation option / line length option
Unfortunately features that we want to support for the open source Closure Linter but not internally
8/4/56
thanpolas
,
Dimitris Vardoulakis
4
8/4/56
Re: Community Resource closureplease.com Started, Help Wanted
On Sunday, March 31, 2013 11:18:55 AM UTC-7, thanpolas wrote: Hello everyone, The community based
ยังไม่อ่าน,
Re: Community Resource closureplease.com Started, Help Wanted
On Sunday, March 31, 2013 11:18:55 AM UTC-7, thanpolas wrote: Hello everyone, The community based
8/4/56
Fernando Daniel Tiberti
, …
Tyler Breisacher
4
4/2/56
How do you uninstall Closure Linter?
Instead of typing 'rm' type 'sudo rm' Like this: http://xkcd.com/149/ :) On Mon, Feb
ยังไม่อ่าน,
How do you uninstall Closure Linter?
Instead of typing 'rm' type 'sudo rm' Like this: http://xkcd.com/149/ :) On Mon, Feb
4/2/56
Georgiy Ivankin
, …
Nathan Naze
5
24/1/56
JSDoc conformity checks
I copied your code, verbatim, into http://closure-compiler.appspot.com/ on Advanced mode and saw four
ยังไม่อ่าน,
JSDoc conformity checks
I copied your code, verbatim, into http://closure-compiler.appspot.com/ on Advanced mode and saw four
24/1/56
charle...@gmail.com
,
Nathan Naze
5
23/1/56
Multiprocess issue on Windows 7
Probably not, as we develop only for use on Linux workstations. We'd heard problems in the past
ยังไม่อ่าน,
Multiprocess issue on Windows 7
Probably not, as we develop only for use on Linux workstations. We'd heard problems in the past
23/1/56
Peter Downs
5/12/55
Patch allow piping from STDIN and echoing output to STDOUT
Hi everyone, in order to make the fixjsstyle tool more useful to me (I'm using it to
ยังไม่อ่าน,
Patch allow piping from STDIN and echoing output to STDOUT
Hi everyone, in order to make the fixjsstyle tool more useful to me (I'm using it to
5/12/55
VLi
, …
John Mitchell
3
30/10/55
Linter output in XML for Hudson?
I know this is resurrecting a very old post! I also wanted to run gjslint in a Jenkins CI and needed
ยังไม่อ่าน,
Linter output in XML for Hudson?
I know this is resurrecting a very old post! I also wanted to run gjslint in a Jenkins CI and needed
30/10/55
shwetha gattu
,
Andy Perelson
4
26/9/55
Doesn't check javascript files with .jsp extension
Nevermind my previous post the below syntax worked gjslint --nojsdoc --additional_extensions jsp
ยังไม่อ่าน,
Doesn't check javascript files with .jsp extension
Nevermind my previous post the below syntax worked gjslint --nojsdoc --additional_extensions jsp
26/9/55
Josh Jordan
,
Johannes Nel
2
21/9/55
gjslint dies with DistributionNotFound on OS X 10.8.2
I seriously doubt this is your problem, but, installing ports on OSX post 10.6.8 meant switching from
ยังไม่อ่าน,
gjslint dies with DistributionNotFound on OS X 10.8.2
I seriously doubt this is your problem, but, installing ports on OSX post 10.6.8 meant switching from
21/9/55