kungfusheep / SublimeLinter-contrib-stylelint

this repo is no longer maintained - please see https://github.com/SublimeLinter/SublimeLinter-stylelint
MIT License
116 stars 19 forks source link

Linting stops after ca. 70 errors #31

Closed michalzadkowski closed 4 years ago

michalzadkowski commented 8 years ago

Not sure what's going on, alas I lack programming background, but from what I see, linting stops about 70 errors in. When I lint directly in CLI, all errors are reported. I'm attaching a screenshot of ST3 with console opened. screen shot 2016-05-09 at 08 49 44 screen shot 2016-05-09 at 10 30 41

ndarville commented 8 years ago

I used to get a similar error in the CLI when I was running certain (ie older) versions of Node.

Although it’s weird that it differs from CLI to the ST3 plug-in, you could try using n/nvm to test with different versions of Node to see if that makes a difference.

Based on that, it’s very likely the culprit is with stylelint and not this plug-in.

michalzadkowski commented 8 years ago

Actually it makes no difference whether I use node 4.4.3 or 6.1.0. Not it Sublime at least. In command line all works perfectly - all errors are reported, and there's no cut-off as in Sublime.