activesupport/lib/active_support/message_pack/extensions.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method install has 67 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def install(registry)
        registry.register_type 0, Symbol,
          packer: :to_msgpack_ext,
          unpacker: :from_msgpack_ext,
          optimized_symbols_parsing: true
Severity: Major
Found in activesupport/lib/active_support/message_pack/extensions.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status