php - How to add multiple paths for phpcs? -
i want configure multiple installed paths phpcs.
i can add 1 via:
phpcs --config-set installed_paths the/dir/to/standard
i tried adding multiple using : yet did not work , man page non-existent , not helpful.
use comma-separated list:
phpcs --config-set installed_paths first/path/,second/path/,yet/another/path/
Comments
Post a Comment