private-dreamnet/dreamtime

View on GitHub

Showing 149 of 149 total issues

Function handleError has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

export function handleError(error) {
  if (error instanceof LogEvent) {
    consola.log(error.level, ...error.args).show()
    return true
  }
Severity: Minor
Found in src/modules/consola/errors.js - About 25 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

Function downloadFromIPFS has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

export async function downloadFromIPFS(cid, options, events, writeStream) {
  /** @type {import('ipfsd-ctl/src/ipfsd-daemon')} */
  let node
  let stats
  let readStream
Severity: Minor
Found in src/electron/src/modules/tools/fs.js - About 25 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

TODO found
Open

 * TODO: Measure the real impact of this value.
Severity: Minor
Found in src/modules/nudify/nudify.js by fixme

TODO found
Open

 * TODO: Maybe implement this in a real vue-store.
Severity: Minor
Found in src/modules/nudify/nudify-store.js by fixme

TODO found
Open

      arch: 'x64', // TODO: universal/arm64
Severity: Minor
Found in src/electron-builder.js by fixme

TODO found
Open

   * TODO: Rename
Severity: Minor
Found in src/modules/nudify/photo.js by fixme

FIXME found
Open

      // FIXME: HARD CODED!

TODO found
Open

  // TODO: Remove
Severity: Minor
Found in src/modules/nudify/photo.js by fixme

TODO found
Open

    // TODO: Implement models
Severity: Minor
Found in src/modules/nudify/photo.js by fixme
Severity
Category
Status
Source
Language