Skip to content

Instantly share code, notes, and snippets.

@morganestes
Created January 30, 2016 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morganestes/b08ef2a95743d2841672 to your computer and use it in GitHub Desktop.
Save morganestes/b08ef2a95743d2841672 to your computer and use it in GitHub Desktop.
Add the current directory to the list of PHP_CodeSniffer standards
phpcs_ipath=$(phpcs --config-show installed_paths); oldpath=${phpcs_ipath##*:}; phpcs --config-set installed_paths ${oldpath},$(pwd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment