Repository Config
build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
services:
mysql:
image: mysql:5.7
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: mysqlreplication_test
tests:
tests: true
services:
# For available tags, see https://hub.docker.com/_/mysql/
mysql:
image: mysql:5.7
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: mysqlreplication_test
filter:
excluded_paths:
- 'tests/*'
checks:
php: { }
coding_style:
php:
spaces:
around_operators:
concatenation: true
other:
after_type_cast: false