morganestes
1/30/2016 - 5:56 AM

Add the current directory to the list of PHP_CodeSniffer standards

Add the current directory to the list of PHP_CodeSniffer standards

phpcs_ipath=$(phpcs --config-show installed_paths); oldpath=${phpcs_ipath##*:}; phpcs --config-set installed_paths ${oldpath},$(pwd)