Skip to content

Instantly share code, notes, and snippets.

@ammarfrahm
Created February 14, 2020 00:54
Show Gist options
  • Save ammarfrahm/2c5d40a5577dd56c43d218be6daae0af to your computer and use it in GitHub Desktop.
Save ammarfrahm/2c5d40a5577dd56c43d218be6daae0af to your computer and use it in GitHub Desktop.
phpcs for CodeIgniter

Run phpcs in CodeIgniter project excluding framework or third party files

phpcs --standard=CodeIgniter --extensions=php --ignore=system/*,docroot/*,application/cache/*,application/logs/*,application/views/*,application/third_party/*,*/libraries/*,application/config/*,index.php . -sp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment