checks:
ruby:
code_rating: true
duplicate_code: true
build:
environment:
# Languages
ruby: 2.4.2
# Various pre-installed services that can be configured.
postgresql: true
tests:
override:
-
command: 'bundle exec rspec spec'
environment:
'SCRUTINIZER_CC_FILE': 'my-coverage'
coverage:
file: 'my-coverage'
format: 'rb-cc'
checks:
ruby: true
build:
nodes:
analysis:
environment:
ruby:
version: 2.4.2
node:
version: 6.0.0
tests: true
filter:
excluded_paths:
- 'spec/*'