railties/lib/rails/commands/console/irb_console.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method start has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def start
        IRB.setup(nil)

        if !Rails.env.local? && !ENV.key?("IRB_USE_AUTOCOMPLETE")
          IRB.conf[:USE_AUTOCOMPLETE] = false
Severity: Minor
Found in railties/lib/rails/commands/console/irb_console.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status