Checkout Config
checks:
php:
code_rating: true
duplication: true
Repository Config
checks:
php:
fix_php_opening_tag: false
remove_php_closing_tag: false
no_mixed_inline_html: false
require_braces_around_control_structures: false
psr2_control_structure_declaration: false
avoid_superglobals: false
security_vulnerabilities: false
no_exit: false
filter: { }
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
around_operators:
concatenation: false
negation: true
build:
nodes:
tests: true
analysis:
tests:
override:
- php-scrutinizer-run