I updated the README.md file to advise the installation of php_codesniffer locally. This is because if you want to have different sets of standards for different repositories phpcs --config-set ... will be in conflict (or aggregate all standards installed).
I also updated the bash commands with a comment to tell how to use phpcs command when installed locally (don't know if is excessive)...
I updated the
README.md
file to advise the installation ofphp_codesniffer
locally. This is because if you want to have different sets of standards for different repositoriesphpcs --config-set ...
will be in conflict (or aggregate all standards installed).I also updated the bash commands with a comment to tell how to use
phpcs
command when installed locally (don't know if is excessive)...