shakacode/react_on_rails

View on GitHub
lib/react_on_rails/packs_generator.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class PacksGenerator has 25 methods (exceeds 20 allowed). Consider refactoring.
Open

  class PacksGenerator
    CONTAINS_CLIENT_OR_SERVER_REGEX = /\.(server|client)($|\.)/
    MINIMUM_SHAKAPACKER_VERSION = [6, 5, 1].freeze

    def self.instance
Severity: Minor
Found in lib/react_on_rails/packs_generator.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status