-
-
Save bradymiller/ae5069a058683b5a02c58b6afbcdace8 to your computer and use it in GitHub Desktop.
Apply code standards to OpenEMR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# run without fixing items | |
php ~/git/PHP_CodeSniffer/bin/phpcs -n --extensions=php,inc --standard=ci/phpcs.xml --report=full . | |
# run and fix items | |
php ~/git/PHP_CodeSniffer/bin/phpcbf -n --extensions=php,inc --standard=ci/phpcs.xml . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment