benmatselby / sublime-phpcs

🔍 PHP CodeSniffer, PHP Coding Standard Fixer, Linter, and Mess Detector Support for Sublime Text
Other
812 stars 126 forks source link

Add support for scheck #65

Closed dpayne closed 11 years ago

dpayne commented 11 years ago

scheck is a part of facebook's pfff tool. This pull request adds basic support for running scheck on a file.

benmatselby commented 11 years ago

Darby, thanks for this. Just wanted to let you know this looks good, but want to get pfff up and running on my machine so I can test it all before I merge it in.

benmatselby commented 11 years ago

Darby. I've managed to install pfff, which wasn't a quick task. Smoke test for this pull request passes, but want to test it a little more over the next day or so. I've rebased your work and stuck it on the scheck branch on my repo for the time being.

Thanks for this. Will let you know when it gets merged in.

benmatselby commented 11 years ago

Darby, this is now on the master branch. Thank you for your contribution