eggplants/locloc

View on GitHub
locloc/static_files/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function updateResult has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const updateResult = () => {
  const url = encodeURIComponent(document.getElementById("url").value);
  const branch = encodeURIComponent(document.getElementById("branch").value);
  if (!url) return;

Severity: Minor
Found in locloc/static_files/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status