Created
November 22, 2011 15:28
-
-
Save alister/1385936 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/sh | |
# we have to give the full path to the file called Example/ExampleCodingStandard.php | |
# $(pwd)/ is just Bash-ish for outputting the current directory name | |
phpcs --standard=$(pwd)/Example /path/to/file/to/check/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment