- Notifications
You must be signed in to change notification settings - Fork 2
Home
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)