total_control-8.x-2.0/drupalci.yml
drupalci.yml
build:
assessment:
phplint: { }
csslint:
halt-on-fail: false
eslint:
# A test must pass eslinting standards check in order to continue processing.
halt-on-fail: false
phpcs:
# phpcs will use core's specified version of Coder.
sniff-all-files: false
halt-on-fail: false
phpstan:
halt-on-fail: false
testing:
run_tests.javascript:
types: 'PHPUnit-FunctionalJavascript'
testgroups: 'total_control'
suppress-deprecations: true
