AtomLinter / linter-phpcs

Linter plugin for PHP, using PHP_CodeSniffer.
63 stars 31 forks source link

Referenced sniff does not exist #461

Open CrowdForge opened 4 years ago

CrowdForge commented 4 years ago

I recently re-installed WP Coding standards and now am receiving the following error:

PHPCS Response ERROR: Referenced sniff "PHPCSUtils" does not exist

UziTech commented 3 years ago

Did you get this working?

tomaszcode commented 2 years ago

Problem exists if wpcs repo is cloned and develop branch in use. Switching to master solves this issue.

philhoyt commented 2 years ago

I am having a similar issue of trim(): Passing null from this issue https://github.com/WordPress/WordPress-Coding-Standards/issues/2035 which mentions being fixed in the develop branch but not I get this error when develop is checked out.

philhoyt commented 2 years ago

I ended up switching my systems php version