Skip to content
Jerome @Pilot'in edited this page Feb 16, 2023 · 1 revision

Ajouter le répertoire actuel qui contient les Coding Standards dans un répertoire :

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