AtomLinter / linter-scss-lint

Linter plugin for SCSS, using scss-lint
36 stars 21 forks source link

Update atom-linter to version 5.0.1 🚀 #152

Closed greenkeeperio-bot closed 8 years ago

greenkeeperio-bot commented 8 years ago

Hello :wave:

:rocket::rocket::rocket:

atom-linter just published its new version 5.0.1, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of atom-linter – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging :palm_tree:


GitHub Release


The new version differs by 28 commits .

There are 28 commits in total. See the full diff.


This pull request was created by greenkeeper.io. It keeps your software up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap:


This change is Reviewable

Arcanemagus commented 8 years ago

Btw, allowEmptyStderr only has an effect if the stream option is set to both. (With stream set to both and that option unset it considers you expecting output on both streams, and thus throws if stderr is empty as something must have went wrong)

jamieconnolly commented 8 years ago

Ah thanks, that'll teach me for trying to be so quick! I'll remove that option 👍