Closed jfridye closed 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
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
Should grunt-scss-lint be able to handle endless amount of errors and just print them out and reuse this buffer ?
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.