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
> bash -c 'if [[ $OSTYPE == linux* ]]; then php vendor/bin/phpcs --config-set installed_paths ../../chromatix,../../wp-coding-standards/wpcs; fi'
Directory name must not be empty.
I mightn't be understanding what's required to test the standard on itself - and maybe we can't do this?
https://travis-ci.org/ChromatixAU/phpcs-config-chromatix/jobs/296552117#L516-L518
From running vendor/bin/phpcs directly locally, this appears to be coming from https://github.com/squizlabs/PHP_CodeSniffer/blob/b5d57ed4ab5162bdc776cdc299952ac6986c0177/src/Util/Standards.php#L93:
Which is happening while 'check[ing] if the installed dir is actually a standard itself'.
So, might need to look into this further. In the meantime, will disable linting in the Travis build.
The text was updated successfully, but these errors were encountered: