build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true # - js-scrutinizer-run environment: php: 8.1.2 node: 16.15.0 filter: excluded_paths: - 'app/*' - 'tests/*' - 'packages/framework/tests/*' - '*/dist/*' - 'packages/framework/src/Foundation/Concerns/ForwardsFilesystem.php' - 'packages/realtime-compiler/src/Http/DashboardController.php' - 'packages/realtime-compiler/tests/*' - 'monorepo/*' - 'packages/hydefront/.github/*' - 'packages/publications/tests/*' - 'packages/testing' checks: php: { } javascript: { } coding_style: php: spaces: around_operators: bitwise: false