Closed joerideg closed 8 years ago
Would you mind adding basic tests for autofixing? See example - https://github.com/jscs-dev/node-jscs/blob/c704e9e0713c5462a61dac309a6e6abd30098545/test/specs/rules/disallow-semicolons.js#L68-L74
Will do!
Quick update: Quite busy with work but will hopefully get to the test tomorrow or thursday.
Friendly ping
I'll get around to it monday! Cheers
I can do this today so don't worry about it
Cool! :) Can I remove my fork now? (this is my first pull request ever)
Yeah and congrats on your first contribution!
Thanks!
@joerideg Thanks so much for your PR (and first contribution)!
Ah I would recommend that (in the future) you create a branch
instead of sending a PR from your master branch.
Then you can just delete that branch (or leave it there). You don't really want to remove your fork (unless you aren't planning on contributing to the repo ever again). Sending your PR's through separate branches allows you to have multiple PR's at the same time if that becomes necessary (and it's the recommended way to do so).
Ill keep that in mind, thanks!
Fixes #2065