decko-commons/decko

View on GitHub
card/lib/card/view/options/voo_api.rb

Summary

Maintainability
A
2 hrs
Test Coverage
A
94%

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

      module VooApi
        # There are two primary options hashes:

        # - @normalized_options are determined upon initialization and do not change
        # after that.

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

Class View has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

  class View
    module Options
      # VooApi methods let developers use view options dynamically.
      module VooApi
        # There are two primary options hashes:
Severity: Minor
Found in card/lib/card/view/options/voo_api.rb - About 2 hrs to fix

There are no issues that match your filters.

Category
Status