filter: excluded_paths: [docs/*, examples/*, tests/*] checks: php: true javascript: true tools: php_code_sniffer: config: standard: "PSR2" # build: # tests: # override: # - # command: 'phpunit --coverage-clover=coverage.clover' # coverage: # file: 'coverage.clover' # format: 'clover'
checks: javascript: true php: true build: nodes: tests: true analysis: tests: override: - command: phpcs-run use_website_config: true