Checkout Config
# .scrutinizer.yml
checks:
php: true
javascript: true
filter: { }
coding_style:
php:
spaces:
around_operators:
concatenation: true
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
Repository Config
# .scrutinizer.yml
checks:
php: true
javascript: true
filter: { }
coding_style:
php:
spaces:
around_operators:
concatenation: true
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
Global Config
coding_style:
php:
spaces:
around_operators:
unary_additive: true
concatenation: true
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: lower