DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now
All analyzers Ruby
Ruby

Ruby

By DeepSource

Use Analyzer
Docs
Discuss
Obsolete cops/parameters found in RuboCop config RB-CI1001
Bug risk
Autofix

RuboCop configuration files contain cops/parameters config consumed by RuboCop to fine tune the analysis as desired. Since RuboCop is updated frequently, it is recommended to revisit the config file frequently and update any obsolete cops/parameters.

Use of debugger detected RB-LI1008
Bug risk

Use of debugger in production is highly discouraged, and should be removed.

Symbol with same name as the boolean values found RB-LI1006
Bug risk

:true and/or :false symbols found in the source, and are usually a result of typos.

Ambiguous association of block with method RB-LI1001
Bug risk

Params to the method are passed without parentheses. The brace form of a block will bind to the last parameter, not to the overall invocation.

Empty interpolation detected RB-LI1018
Bug risk
Autofix