google / closure-linter

Automatically exported from code.google.com/p/closure-linter
Apache License 2.0
109 stars 37 forks source link

Fixjsstyle: no spaces added between arguments in function call. #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
function(a,b,c)
is not replaced by
function(a, b, c) 

when using fixjsstyle --strict

Is this behaviour normal since all examples at 
http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
use form function(a, b, c) ?

Original issue reported on code.google.com by nathan.a...@gmail.com on 15 Jun 2011 at 10:36

GoogleCodeExporter commented 9 years ago
Even worse, gjslint issues an error on function(a,b,c) about those missing 
spaces, and suggests that you use fixjsstyle to fix them.

Original comment by br...@larsen.st on 5 Feb 2013 at 5:56

GoogleCodeExporter commented 9 years ago

Original comment by vagra...@google.com on 30 Jul 2013 at 11:22

GoogleCodeExporter commented 9 years ago

Original comment by vagra...@google.com on 30 Jul 2013 at 11:22

GoogleCodeExporter commented 9 years ago

Original comment by vagra...@google.com on 29 Oct 2013 at 3:24