mbleigh/acts-as-taggable-on

View on GitHub
lib/acts_as_taggable_on/taggable/tagged_with_query/query_base.rb

Summary

Maintainability
A
35 mins
Test Coverage

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

        def initialize(taggable_model, tag_model, tagging_model, tag_list, options)
Severity: Minor
Found in lib/acts_as_taggable_on/taggable/tagged_with_query/query_base.rb - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status