sds/haml-lint

View on GitHub
lib/haml_lint/tree/tag_node.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class TagNode has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

  class TagNode < Node
    # Computed set of attribute hashes code.
    #
    # This is a combination of all dynamically calculated attributes from the
    # different attribute setting syntaxes (`{...}`/`(...)`), converted into
Severity: Minor
Found in lib/haml_lint/tree/tag_node.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status