benmatselby / sublime-phpcs

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

phpcs return on ubuntu not being passed or used #26

Closed JeremyHutchings closed 12 years ago

JeremyHutchings commented 12 years ago

Hi,

I've got ST2 set up with the phpcs packcage installed and phpcs on the system, though when I run it does nothing in the main window, but turning on debug and checking the console gives the following, so phpcs is returning :

Any ideas ? [Phpcs] /usr/bin/phpcs - --report=checkstyle -n --standard=PEAR /media/mirrorstore/programming/project/trunk/controllers/event.php [Phpcs] <?xml version="1.0" encoding="UTF-8"?>

[Phpcs] Linter found 0 errors [Phpcs] Sniffer found 0 errors [Phpcs] MessDetector found 0 errors

JeremyHutchings commented 12 years ago

Dupe