decko-commons/decko

View on GitHub
card/lib/card/format/render.rb

Summary

Maintainability
A
2 hrs
Test Coverage
C
79%

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

    module Render
      # view=open&layout=simple
      def render! view, view_options={}
        voo = View.new self, view, view_options, @voo
        with_voo voo do
Severity: Minor
Found in card/lib/card/format/render.rb by rubocop

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 Format has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Format
    # View rendering methods.
    #
    module Render
      # view=open&layout=simple
Severity: Minor
Found in card/lib/card/format/render.rb - About 2 hrs to fix

There are no issues that match your filters.

Category
Status