jameshuynh/formnestic

View on GitHub
lib/formnestic/helpers/inputs_helper.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method formnestic_list_row_inputs has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def formnestic_list_row_inputs(*args, &block)
        html_options =
          formnestic_prepare_html_options_for_wrapper(:list, *args)
        rows_counter =
          template.content_tag(
Severity: Minor
Found in lib/formnestic/helpers/inputs_helper.rb - About 1 hr to fix

    Method formnestic_table_row_inputs has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

          def formnestic_table_row_inputs(*args, &block)
            html_options =
              formnestic_prepare_html_options_for_wrapper(:table, *args)
            template.content_tag(
              :tr, [
    Severity: Minor
    Found in lib/formnestic/helpers/inputs_helper.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status