shivam091/rails_bootstrap_form

View on GitHub
lib/rails_bootstrap_form/field_wrapper_builder.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method build_floating_layout_content has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def build_floating_layout_content(attribute, bootstrap, label, help_text, &block)
Severity: Minor
Found in lib/rails_bootstrap_form/field_wrapper_builder.rb - About 35 mins to fix

    Method field_wrapper_builder has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def field_wrapper_builder(attribute, bootstrap, options, html_options = nil, &block)
    Severity: Minor
    Found in lib/rails_bootstrap_form/field_wrapper_builder.rb - About 35 mins to fix

      Method build_default_layout_content has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def build_default_layout_content(attribute, bootstrap, label, help_text, &block)
      Severity: Minor
      Found in lib/rails_bootstrap_form/field_wrapper_builder.rb - About 35 mins to fix

        Method build_horizontal_layout_content has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def build_horizontal_layout_content(attribute, bootstrap, label, help_text, &block)
        Severity: Minor
        Found in lib/rails_bootstrap_form/field_wrapper_builder.rb - About 35 mins to fix

          There are no issues that match your filters.

          Category
          Status