google / closure-linter

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

Add error rule to check for multiple empty new lines #90

Open dnlbln opened 9 years ago

dnlbln commented 9 years ago

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?