filter: excluded_paths: - 'bin/*' - 'docs/*' - '*.min.js' - '*.min.css' - tests/**/* - 'Gulpfile.js' dependency_paths: - wordpress/ tools: php_code_sniffer: config: standard: WordPress build: environment: node: 'v10.0.0' php: '7.1.12'
build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true - command: eslint-run use_website_config: false environment: node: version: 10.0.0 filter: excluded_paths: - 'bin/*' - 'docs/*' - '*.min.js' - '*.min.css' dependency_paths: - wordpress/ checks: php: true javascript: true coding_style: php: indentation: general: use_tabs: true spaces: around_operators: concatenation: true negation: true