Created
February 23, 2015 22:49
-
-
Save toolpixx/a10ce9b20bdce9ae4cce 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
build_settings: | |
clone_depth: 150 | |
ignore: | |
- "vendor" | |
- "tests" | |
- "PhpStormOpener" | |
- "bin" | |
- "chromephp" | |
- "web" | |
- "app" | |
test: | |
php_mess_detector: | |
allow_failures: true | |
php_code_sniffer: | |
standard: "PSR2" | |
php_cpd: | |
allow_failures: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment