Closed JeremyHutchings closed 12 years ago
It looks like you are running an old version of PHP_CodeSniffer:
<checkstyle version="1.1.0">
I've only tested with 1.3.* and above as mentioned in the README. It looks like the regex is not finding the lines as the version of PHP_CodeSniffer you are running does not add source="" in the report. Is there any chance you can upgrade the PHP_CodeSniffer or do you have to work with this version?
Spot on thanks - I'd grabbed 1.1.0 from apt-get and not 1.3.4 from pear.
No problem, glad it is resolved.
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 ?