You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just installed this and have it working using ALT + S as well as the options to Check/Fix a file in Sublime > Tools. This works great!
However I have in my User config run_on_save set to true but nothing seems to happen after I hit save. Here is my User config:
{
// Run PHPCS when a buffer is saved.
"run_on_save": true,
"phpcs_standard": "PSR2",
// Path to the PHPCS script.
"phpcs_path": "/Users/ralphmorris/phpspecs/PHP_CodeSniffer/bin/phpcs",
// Path to the PHPCBF script.
"phpcbf_path": "/Users/ralphmorris/phpspecs/PHP_CodeSniffer/bin/phpcbf",
}
If I move a bracket into the wrong position and then do Shift + Option + S it fixes it. But on save, nothing.
I'm unsure how to debug this. Any ideas?
Thanks
Ralph
The text was updated successfully, but these errors were encountered:
Hi there,
I've just installed this and have it working using ALT + S as well as the options to Check/Fix a file in Sublime > Tools. This works great!
However I have in my User config run_on_save set to true but nothing seems to happen after I hit save. Here is my User config:
If I move a bracket into the wrong position and then do Shift + Option + S it fixes it. But on save, nothing.
I'm unsure how to debug this. Any ideas?
Thanks
Ralph
The text was updated successfully, but these errors were encountered: