-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
The ordering seems to cause some issue.
For example:
{
"phpcs_sniffer_run": true,
"phpcs_command_on_save": false,
"phpcs_show_errors_on_save": false,
"php_cs_fixer_on_save":true,
"phpmd_run": true,
"phpmd_command_on_save": true
}
This will add the mess detector markers, but remove them shortly after if the cs fixer makes any changes to the file. Ideally some form of ordering is available to be able to customize this behaviour.