checks:
javascript: true
build:
nodes:
analysis:
tests:
override:
- js-scrutinizer-run
-
command: jshint-run
use_website_config: false
environment:
node:
version: 10.12.0
tests: true
build_failure_conditions:
# No new classes/methods with a rating of B or worse
- 'elements.rating(<= B).new.exists'
# New issues of minor or higher severity
- 'issues.new.exists'