Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Switch to scrutinizer-ci.com
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@fiducial.net>
  • Loading branch information
Etienne CHAMPETIER committed Dec 5, 2013
1 parent ef2583d commit 8a94fe4
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 4 deletions.
55 changes: 55 additions & 0 deletions .scrutinizer.yml
@@ -0,0 +1,55 @@
filter:
paths:
- 'core/src/*'
excluded_paths:
- 'dist/*'
- 'ext/*'
- 'jdrivers/*'
- 'core/src/vendor/*'
- 'core/src/app/*'
- 'core/src/web/*'
- 'core/src/plugins/access.sftp_psl/phpseclib/*'
- 'core/src/plugins/index.lucene/Zend/*'
- 'core/src/core/classes/sabredav/lib/*'
- 'core/src/core/classes/sabredav/vendor/*'
- 'core/src/phpunit/*'
- 'core/src/plugins/access.hpcloud/HPCloud_Patch/*'
- 'core/src/plugins/access.dropbox/dropbox-php/*'
tools:
php_cs_fixer:
filter:
excluded_paths:
- 'dist/*'
- 'ext/*'
- 'jdrivers/*'
- 'core/src/vendor/*'
- 'core/src/app/*'
- 'core/src/web/*'
- 'core/src/plugins/access.sftp_psl/phpseclib/*'
- 'core/src/plugins/index.lucene/Zend/*'
- 'core/src/core/classes/sabredav/lib/*'
- 'core/src/core/classes/sabredav/vendor/*'
- 'core/src/plugins/access.hpcloud/HPCloud_Patch/*'
- 'core/src/plugins/access.dropbox/dropbox-php/*'
- 'core/src/plugins/access.s3/aS3StreamWrapper/lib/*'
- 'core/src/plugins/auth.cas/CAS/*'
- 'core/src/plugins/editor.ckeditor/ckeditor/*'
- 'core/src/data/*'
- 'core/src/plugins/core.mq/vendor/*'
- 'core/src/core/classes/pclzip.lib.php'
- 'core/src/plugins/editor.diaporama/PThumb.lib.php'
- 'core/src/plugins/meta.svn/svn_lib.inc.php'
- 'core/src/plugins/auth.remote/glueCode.php'
- 'core/src/plugins/access.fs/class.fsAccessDriver.php'
config:
level: custom
fixers: { indentation: true, linefeed: true, trailing_spaces: true, unused_use: true, visibility: true, short_tag: true, braces: true, php_closing_tag: true, controls_spaces: true, eof_ending: true }
php_hhvm:
config:
bad_php_include_file: true
php_include_file_not_found: true
use_undeclared_global_variable: true
unknown_trait: true
sensiolabs_security_checker: true
php_loc: true
php_pdepend: true
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -5,9 +5,5 @@ php:
- 5.4
- 5.5

before_install:
- wget http://cs.sensiolabs.org/get/php-cs-fixer.phar

script:
- dist/scripts/tests/syntax.sh
- dist/scripts/tests/codestyle.sh

0 comments on commit 8a94fe4

Please sign in to comment.