VIP-Coding-Standards
VIP-Coding-Standards copied to clipboard
Disable VariableAnalysis for phpcbf to speed up by 20%
- Disable VariableAnalysis for phpcbf to speed up by 20%
- Also removes default "ruleset", as there's only one rule which is specifically declared, therefore making the ruleset redundant and causing problems with custom rulesets, that only declare the rule (with phpcs-only="true"), but not the ruleset itself, causing this ruleset to load variable analysis unnecessarily
Why would this sniff get the phpcs-only="true" flag, while there are 40+ sniffs in VIPCS itself, which don't, while none of those contain fixers either ?