jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.96k stars 513 forks source link

Update rule require-padding-newlines-before-export #2106

Closed schempy closed 8 years ago

schempy commented 8 years ago

Update rule require-padding-newlines-before-export to exclude if only statement in block

Fixes #1883

markelog commented 8 years ago

It seems there is couple failures?

schempy commented 8 years ago

All tests pass running npm test locally. The AppVeyor failure complained not being able to run rule disallowUnusedParams. Any ideas on that error? That's one rule I didn't touch.

My setup: OS: Ubuntu 14.04 Node version: 0.12.7 NPM version: 2.11.3

Thanks!

hzoo commented 8 years ago

Maybe git fetch/rebase to the latest

markelog commented 8 years ago

Tests and rebased myself, all good.

Thank you!