build: environment: node: version: 12.11.1 nodes: analysis: tests: override: - yarn lint - yarn lint:css - js-scrutinizer-run - command: 'CI=true yarn test:coverage' coverage: file: 'coverage/clover.xml' format: 'clover'
checks: javascript: no_else_return: true no_implicit_undefined_return: true no_loop_var_assign: true no_param_assign: true no_var: true no_alert: true eqeqeq: true build: nodes: analysis: tests: override: # Add the respective Scrutinizer analysis for your language like - js-scrutinizer-run