consul/consul

View on GitHub
app/assets/javascripts/tag_autocomplete.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init_autocomplete has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    init_autocomplete: function() {
      $(".tag-autocomplete").autocomplete({
        source: function(request, response) {
          $.ajax({
            url: $(".tag-autocomplete").data("js-url"),
Severity: Minor
Found in app/assets/javascripts/tag_autocomplete.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status