Repository Config
build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
environment:
node:
version: 6.0.0
checks:
php:
simplify_boolean_return: true
remove_extra_empty_lines: true
properties_in_camelcaps: true
parameters_in_camelcaps: true
no_short_variable_names:
minimum: '3'
no_short_method_names:
minimum: '5'
no_long_variable_names:
maximum: '25'
fix_line_ending: true
filter: { }
coding_style:
php:
spaces:
around_operators:
bitwise: false