build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true - js-scrutinizer-run tests: true filter: excluded_paths: - 'vendor/*' - '*.min.js' checks: php: remove_extra_empty_lines: true phpunit_assertions: true parameter_doc_comments: true no_goto: true more_specific_types_in_doc_comments: true coding_style: php: indentation: general: use_tabs: true spaces: around_operators: concatenation: true