for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: ruby: code_rating: true duplicate_code: true build: tests: override: - command: 'bundle exec rake test:scrutinizer' environment: 'SCRUTINIZER_CC_FILE': 'my-coverage' coverage: file: 'my-coverage' format: 'rb-cc'
# language: ruby