schorfES / node-lintspaces

A validator for checking different kinds of whitespaces in your files.
https://npmjs.com/package/lintspaces
MIT License
30 stars 17 forks source link

JS Ignores failing when maximum newlines is set #20

Closed schorfES closed 9 years ago

schorfES commented 9 years ago

May be the same issue as reported in https://github.com/schorfES/grunt-lintspaces/issues/21

It seems to appear when the comments have no leading indentation.

/*
 * This is failing....
 * Foo
 * bar
 * baz
 */

while:

    /*
     * This is NOT failing....
     * Foo
     * bar
     * baz
     */
schorfES commented 9 years ago

Published and hopefully fixed in version 0.3.3