eggplants/locloc

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language