hugoruscitti/pilas

View on GitHub
data/manual/mkdocs/js/search.js

Summary

Maintainability
A
1 hr
Test Coverage

Function search has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var search = function(){

        var query = document.getElementById('mkdocs-search-query').value;
        var search_results = document.getElementById("mkdocs-search-results");
        while (search_results.firstChild) {
Severity: Minor
Found in data/manual/mkdocs/js/search.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status