checks: php: code_rating: true duplication: true filter: excluded_paths: - Tests/* - Command/StatusesHomeTimelineTestCommand.php paths: - Command/* - Controller/* - Entity/* - Utils/* - AsyncTweetsBundle.php build: dependencies: override: - command: 'composer require --dev "symfony/symfony:2.8.*" --no-update' - command: 'composer update --no-interaction -vv --profile --no-progress' idle_timeout: 900 tests: override: - command: 'phpunit --coverage-clover=coverage-clover' coverage: file: 'coverage-clover' format: 'php-clover' - command: './vendor/bin/behat'
# language: php checks: php: instanceof_class_exists: true return_doc_comments: true phpunit_assertions: true parameter_doc_comments: true avoid_todo_comments: true avoid_multiple_statements_on_same_line: true avoid_perl_style_comments: true