tools/rail_inspector/lib/rail_inspector/configuring/check/framework_defaults.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method check_defaults has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

          def check_defaults(defaults)
            header, configs = defaults[0], defaults[2, defaults.length - 3]

            version = header.match(/\d\.\d/)[0]

    There are no issues that match your filters.

    Category
    Status