Odania-IT/odania-core

View on GitHub
lib/elasticsearch_indices.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def initialize
        index_content = {
            cacheable: {type: 'boolean'},
            content: {type: 'string', index: 'not_analyzed'},
            domain: {type: 'string', index: 'not_analyzed'},
Severity: Minor
Found in lib/elasticsearch_indices.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status