ahmednuaman / grunt-scss-lint

A Grunt task to lint your SCSS
MIT License
141 stars 35 forks source link

maxBuffer error with scss-lint v0.29.0 #77

Closed jfridye closed 10 years ago

jfridye commented 10 years ago

With the latest update of scss-lint (v.0.29.0), we are getting a maxBuffer exceeded error when running grunt-css-lint tasks. We do not get this problem with v0.28.0. Will follow up here if we find out any additional info.

>> scss-lint failed with error code: undefined
>> and the following message:Error: stdout maxBuffer exceeded.
Warning: Task "scsslint:devint" failed. Use --force to continue.
ahmednuaman commented 10 years ago

Hey, sorry for the late response. You can set maxBuffer as an option: https://github.com/ahmednuaman/grunt-scss-lint/blob/master/tasks/scss-lint.js#L20

golovatuy commented 8 years ago

the same issue was on my project, after increasing maxBuffer issue was fixed. It looks like if verification has a too big number of errors maxBuffer for sdtout will be overflowed

agirorn commented 8 years ago

Should grunt-scss-lint be able to handle endless amount of errors and just print them out and reuse this buffer ?