RnDAO/tc-botComm

View on GitHub

Showing 3 of 5 total issues

Function trackMessages has a Cognitive Complexity of 36 (exceeds 5 allowed). Consider refactoring.
Open

const trackMessages = async (
  guild,
  channel,
  type,
  { since = null, channels = null, before, after } = {}
Severity: Minor
Found in action/export.js - About 5 hrs 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 messageToRawinfo has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const messageToRawinfo = async (m) => {
  const user_regexp = new RegExp("<@(\\d+)>", "g");
  const role_regexp = new RegExp("<@&(\\d+)>", "g");
  let reactions = [];
  m.reactions.cache.forEach((value, id) => {
Severity: Minor
Found in database/dbservice.js - About 1 hr to fix

    Function messageToRawinfo has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
    Open

    const messageToRawinfo = async (m) => {
      const user_regexp = new RegExp("<@(\\d+)>", "g");
      const role_regexp = new RegExp("<@&(\\d+)>", "g");
      let reactions = [];
      m.reactions.cache.forEach((value, id) => {
    Severity: Minor
    Found in database/dbservice.js - About 55 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

    Severity
    Category
    Status
    Source
    Language