hummingbird-me/kitsu-server

View on GitHub
app/chewy/characters_index.rb

Summary

Maintainability
A
1 hr
Test Coverage
F
58%

Method query_for has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.query_for(query)
      fields = %w[name^2 people media]
      {
        bool: {
          must: {
Severity: Minor
Found in app/chewy/characters_index.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status