spielhoelle/zelos

View on GitHub
lib/smacss_resolver.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Class SMACSSResolver has 34 methods (exceeds 20 allowed). Consider refactoring.
Open

class SMACSSResolver

  def initialize(element_string = "", options = {})
    log_with_prefix :input, "#{element_string}   (options: #{options})", true
    @skip_element = !! options[:skip_element]
Severity: Minor
Found in lib/smacss_resolver.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status