Closed brendt closed 8 years ago
Hi @brendt Can you please turn on debugging for the plugin and look in the console as to what the plugin is running and the output we get
@brendt This is working for me... It is probably caching the old results.
In the command palette run "PHP Code Sniffer: Clear sniffer marks"
And then run the sniffer again.
I was testing different ways to exclude three sniffer rules. (curlies on different lines and _ prefixed private variables)
First config included this
The command executed in the debug console is this:
Output by the command in terminal:
However, Sublime still shows curly errors in this file:
Tried with a custom ruleset:
Which works in terminal, but again not in Sublime.