decko-commons/decko

View on GitHub
card/lib/card/director/card_class.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
96%

Module has too many lines. [112/100]
Open

    module CardClass
      def create! opts
        card = new opts
        card.save!
        card

This cop checks if the length a module exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

There are no issues that match your filters.

Category
Status