codeclimate / codeclimate-phpcodesniffer

Code Climate Engine for PHP Code Sniffer
MIT License
28 stars 23 forks source link

Generic.WhiteSpace.ArbitraryParenthesesSpacing missing? #74

Open hecerinc opened 5 years ago

hecerinc commented 5 years ago

Hi!

I'm getting

D, [2019-03-07T06:00:32.603960 #1] DEBUG -- : engine stderr: Exception: Referenced sniff "Generic.WhiteSpace.ArbitraryParenthesesSpacing" does not exist in /usr/src/app/vendor/squizlabs/php_codesniffer/CodeSniffer.php

When running from the codeclimate CLI. This sniff is clearly referenced in the PHPCS docs here, and I can run it via the phpcs binary.

What could be happening here?

Thanks!

anakarenbm commented 5 years ago

Hi! Im having this problem too! Do we have an ETA?

Thanks 😀