vscode-phpcs
vscode-phpcs copied to clipboard
How to disable this check
I want to disable the rule that manage this warning [hpcs] The $_POST super global must not be accessed directly; use Security::getRequestData('btnCancel', 'post') instead But I can't found the rule
@camoltoni You can use "phpcs.showSources": true to view the particular sniff code and exclude it from your ruleset.