ikappas / vscode-phpcs

PHP CodeSniffer for Visual Studio Code
MIT License
128 stars 56 forks source link

Option to only run if phpcs.autoConfigSearch matches a file #144

Open neerolyte opened 5 years ago

neerolyte commented 5 years ago

The extension already has the option to search for config to override local config with - it would be great to have an option to just not run at all if the config search matches nothing so that it's possible to have the extension enabled when working across repos that have no standards and repos that have decent standards defined.