Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PHPCS checks on unwritable filesystems.
In #744 a call to setConfigData() was added which has the `$temporary` parameter set to the default, which is `true`. This causes PHPCS to attempt to write to `wp-content/plugins/plugin-check-trunk/vendor/squizlabs/php_codesniffer/CodeSniffer.conf` which is unwritable on immutable filesystems, causing the entire plugin check to abort.
- Loading branch information