Checkout Config
filter:
excluded_paths:
- './Examples/*'
build:
environment:
php: '7.1'
tests: true
checks:
php:
code_rating: true
duplication: true
fix_php_opening_tag: true
remove_php_closing_tag: true
no_mixed_inline_html: true
require_braces_around_control_structures: true
psr2_control_structure_declaration: true
avoid_superglobals: false
security_vulnerabilities: true
no_exit: true
filter: { }
coding_style:
php:
spaces:
around_operators:
concatenation: true
Repository Config
filter:
excluded_paths:
- './Examples/*'
build:
environment:
php: '7.1'
tests: true
checks:
php:
code_rating: true
duplication: true
fix_php_opening_tag: true
remove_php_closing_tag: true
no_mixed_inline_html: true
require_braces_around_control_structures: true
psr2_control_structure_declaration: true
avoid_superglobals: false
security_vulnerabilities: true
no_exit: true
filter: { }
coding_style:
php:
spaces:
around_operators:
concatenation: true