openaustralia/planningalerts

View on GitHub
app/lib/form_builders/tailwind.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Tailwind has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Tailwind < ActionView::Helpers::FormBuilder
    extend T::Sig

    sig { params(method: Symbol, text: T.any(T.nilable(String), T::Hash[Symbol, String]), options: T::Hash[Symbol, String]).returns(String) }
    def label(method, text = nil, options = {})
Severity: Minor
Found in app/lib/form_builders/tailwind.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status