Since `phpcbf` is included, how about adding the option `autofix` to the config and [have phpcbf fix many](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Fixing-Errors-Automatically) of the coding standard errors ? ``` yml engines: phpcodesniffer: enabled: true config: standard: "WordPress-Core" autofix: true ```