lovelyCARDINAL/WikiBots

View on GitHub
src/Suppress/userLog.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function hidePages has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function hidePages(user) {
    const pagelist = await Promise.all([
        queryPages(user, '2'),
        queryPages(user, '3'),
    ]).then((result) => result.flat());
Severity: Minor
Found in src/Suppress/userLog.js - About 1 hr to fix

    Function hideAbuseLog has 37 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    async function hideAbuseLog(afluser) {
        let retry = 0;
        while (retry < 30) {
            const ids = await (async () => {
                const result = [];
    Severity: Minor
    Found in src/Suppress/userLog.js - About 1 hr to fix

      Function hideAbuseLog has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
      Open

      async function hideAbuseLog(afluser) {
          let retry = 0;
          while (retry < 30) {
              const ids = await (async () => {
                  const result = [];
      Severity: Minor
      Found in src/Suppress/userLog.js - About 1 hr to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function queryLogs has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

      async function queryLogs(api, leaction, leend, lestart = undefined) {
          const result = [];
          const eol = Symbol();
          let lecontinue = undefined;
          while (lecontinue !== eol) {
      Severity: Minor
      Found in src/Suppress/userLog.js - About 35 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      There are no issues that match your filters.

      Category
      Status