closure-linter icon indicating copy to clipboard operation
closure-linter copied to clipboard

Add error rule to check for multiple empty new lines

Open dnlbln opened this issue 9 years ago • 0 comments

I investigated the error rules and found

https://github.com/google/closure-linter/blob/master/closure_linter/javascriptlintrules.py:373 errors.EXTRA_LINE, 'Extra line between constructor and goog.inherits'

which is not what I thought it was doing.

Is it possible to develop this feature?

dnlbln avatar Jun 22 '15 10:06 dnlbln