vscode-php-codesniffer
vscode-php-codesniffer copied to clipboard
Stubs File Linting Errors
Description
Despite being excluded via **/node_modules/**
, this error appears:
Failed to locate a PHPCS configuration file for "/Users/obliviousharmony/.vscode/extensions/bmewburn.vscode-intelephense-client-1.12.4/node_modules/intelephense/lib/stub/standard/standard_9.php".
Reproduction Steps
- Use Intelephense
- Navigate to source, in my case, using CMD + Left Click on a function like
array_intersect()
.
Expected Behavior
There should be no error. This might indicate a deeper problem with config file resolution for excluded files but that's just a theory.