Ruby Scrutinizer

Ruby Scrutinizer goes beyond simple style checks for whether you make use of certain language features. We track how data flows through your application to find issues, compute code metrics, find duplications, and much more.

Configuring Ruby Scrutinizer

Ruby Scrutinizer can be enabled in your configuration as follows:

build:
    nodes:
        analysis:
            tests:
                override:
                    - ruby-scrutinizer-run

Ruby Scrutinizer is triggered by the ruby-scrutinizer-run command.