build: nodes: analysis: environment: node: '16.3.0' dependencies: before: - npm install project_setup: override: true tests: override: - php-scrutinizer-run --enable-security-analysis filter: excluded_paths: - tests/ dependency_paths: - vendor/ tools: external_code_coverage: timeout: 600
build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true - js-scrutinizer-run filter: paths: - 'app/*' excluded_paths: - 'app/views/*' - 'app/config/*' - 'app/database/*' checks: php: true javascript: true coding_style: php: spaces: within: brackets: true